]> git.etc.gen.nz Git - spong.git/commitdiff
update for new version
authorJan Willamowius <jan@willamowius.de>
Thu, 15 Sep 2005 12:48:22 +0000 (12:48 +0000)
committerJan Willamowius <jan@willamowius.de>
Thu, 15 Sep 2005 12:48:22 +0000 (12:48 +0000)
Makefile
build

index da8d78fd3357edca662cc05a07b2ab5f42d3c20e..f025fb7256505ee9c0776f6de2c2781fbb3ac769 100644 (file)
--- 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 6082024ab7b65cfe17644fc4f6740f53b301f29d..2889380ed6e59632521bdc81ef7a761eaa96db56 100755 (executable)
--- 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);