From 777b9766654860dad91f1e45eb6ff5f3743e9d6f Mon Sep 17 00:00:00 2001
From: Jan Willamowius <jan@willamowius.de>
Date: Thu, 15 Sep 2005 12:48:22 +0000
Subject: [PATCH] update for new version

---
 Makefile | 7 ++++---
 build    | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

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);
-- 
2.30.2