--- loncom/build/Makefile 2002/01/09 23:04:31 1.57 +++ loncom/build/Makefile 2002/01/11 17:33:45 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.57 2002/01/09 23:04:31 harris41 Exp $ +# $Id: Makefile,v 1.60 2002/01/11 17:33:45 harris41 Exp $ DIST="default" CATEGORY="development" @@ -149,7 +149,7 @@ RPM: BinaryRoot base_rpm_file_list cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 '' '' \ BinaryRoot base_customizerpm.xml -setup_RPM: SetupBinaryRoot +setup_RPM: echo "SetupBinaryRoot/etc/passwd" > setup_rpm_file_list.txt echo "SetupBinaryRoot/etc/group" >> setup_rpm_file_list.txt echo "SetupBinaryRoot/etc/hosts.deny" >> setup_rpm_file_list.txt @@ -161,6 +161,13 @@ setup_RPM: SetupBinaryRoot SetupBinaryRoot customizerpm.xml +DPKG: + make TARGET='LON-CAPA-base' NORESTORECONF='1' install + @echo "You will next need to follow instructions at:" + @echo "http://people.debian.org/~jaldhar/make_package1.html" + @echo "A directory with a snapshot of the debian package files" + @echo "is LON-CAPA-base." + base_rpm_file_list: cat ../../doc/loncapafiles/loncapafiles.lpml | \ perl lpml_parse.pl rpm_file_list $(CATEGORY) $(DIST) $(SOURCE) \ @@ -242,4 +249,5 @@ clean: rm -Rf BinaryRoot rm -Rf SetupBinaryRoot rm -f base_rpm_file_list.txt + rm -f base_customizerpm.xml rm -f setup_rpm_file_list.txt