--- loncom/build/Makefile 2002/05/08 20:19:25 1.100 +++ loncom/build/Makefile 2002/05/08 20:23:36 1.101 @@ -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 @@ tardist: 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" ]