[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Wed, 08 May 2002 20:23:36 -0000
harris41 Wed May 8 16:23:36 2002 EDT
Modified files:
/loncom/build Makefile
Log:
BUG 418 fix; loncapa.tar.gz now has a single beginning
directory (loncapa-*)...
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.100 loncom/build/Makefile:1.101
--- loncom/build/Makefile:1.100 Wed May 8 16:19:25 2002
+++ loncom/build/Makefile Wed May 8 16:23:36 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.100 2002/05/08 20:19:25 harris41 Exp $
+# $Id: Makefile,v 1.101 2002/05/08 20:23:36 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -480,7 +480,8 @@
chmod a+rx $(SOURCE)/CHECKRPMS
cp $(SOURCE)/doc/shortest_path_redhat7.2.txt $(SOURCE)/README
cd $(SOURCE); \
- sort MANIFEST | perl -nle 'print "loncapa/$$_"' > MANIFEST_loncapa; \
+ sort MANIFEST | perl -nle 'print "$(DIRTARGET)/$$_"' > \
+ MANIFEST_loncapa; \
ln -s . $(DIRTARGET); \
tar --no-recursion --numeric-owner --files-from MANIFEST_loncapa \
-czf -h loncapa.tar.gz 2>WARNINGS || [ "0" == "0" ]