From: Jan Willamowius Date: Thu, 15 Sep 2005 12:48:22 +0000 (+0000) Subject: update for new version X-Git-Tag: spong-2_8_0-beta1~10 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777b9766654860dad91f1e45eb6ff5f3743e9d6f;p=spong.git update for new version --- diff --git a/Makefile b/Makefile index da8d78f..f025fb7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2005/09/15 11:58:02 willamowius Exp $ +# $Id: Makefile,v 1.14 2005/09/15 12:48:22 willamowius Exp $ # # Makefile for Spong (Version 2.6f and up). # @@ -168,9 +168,10 @@ $(LIBDIR): library: $(LIBDIR)/Spong $(LIBDIR)/Spong: ./src/lib/Spong - mkdir -p $(LIBDIR)/Spong - cp -rp ./src/lib/Spong $(LIBDIR)/Spong/ + cp -rp ./src/lib/Spong $(LIBDIR) + cp -rp ./src/lib/List $(LIBDIR) chmod -R ugo+rwX,go-w $(LIBDIR)/Spong/ + chmod -R ugo+rwX,go-w $(LIBDIR)/List/ chown -R $(ADMUSER) $(LIBDIR) chgrp -R $(ADMGROUP) $(LIBDIR) diff --git a/build b/build index 6082024..2889380 100755 --- a/build +++ b/build @@ -54,7 +54,7 @@ $ITMPDIR = "$IPREFIX/tmp"; # update $SPONGTMP var in spong.conf also my $tmpver = `cat ./.version 2>&1`; -if( $tmpver !~ m/spong 2.7/ ) { +if( $tmpver !~ m/spong 2.8/ ) { print "Error: You need to run build from the directory that you unpacked "; print "spong in.\nPlease \"cd\" into that directory and type \"./build\"\n"; exit(0);