-# $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).
#
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)
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);