version 1.56, 2002/01/09 22:57:14
|
version 1.61, 2002/01/11 17:35:39
|
Line 149 RPM: BinaryRoot base_rpm_file_list
|
Line 149 RPM: BinaryRoot base_rpm_file_list
|
cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 '' '' \ |
cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 '' '' \ |
BinaryRoot base_customizerpm.xml |
BinaryRoot base_customizerpm.xml |
|
|
setup_RPM: SetupBinaryRoot |
setup_RPM: |
echo "SetupBinaryRoot/etc/passwd" > setup_rpm_file_list.txt |
echo "SetupBinaryRoot/etc/passwd" > setup_rpm_file_list.txt |
echo "SetupBinaryRoot/etc/group" >> setup_rpm_file_list.txt |
echo "SetupBinaryRoot/etc/group" >> setup_rpm_file_list.txt |
echo "SetupBinaryRoot/etc/hosts.deny" >> setup_rpm_file_list.txt |
echo "SetupBinaryRoot/etc/hosts.deny" >> setup_rpm_file_list.txt |
Line 160 setup_RPM: SetupBinaryRoot
|
Line 160 setup_RPM: SetupBinaryRoot
|
cat setup_rpm_file_list.txt | perl make_rpm.pl setup 3.2 '' '' \ |
cat setup_rpm_file_list.txt | perl make_rpm.pl setup 3.2 '' '' \ |
SetupBinaryRoot customizerpm.xml |
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: |
base_rpm_file_list: |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
Line 238 clean:
|
Line 244 clean:
|
rm -Rf HTML |
rm -Rf HTML |
rm -f Makefile.build |
rm -f Makefile.build |
rm -f Makefile.install |
rm -f Makefile.install |
|
rm -f Makefile.configinstall |
rm -Rf BinaryRoot |
rm -Rf BinaryRoot |
rm -Rf SetupBinaryRoot |
rm -Rf SetupBinaryRoot |
rm -f base_rpm_file_list.txt |
rm -f base_rpm_file_list.txt |
|
rm -f base_customizerpm.xml |
rm -f setup_rpm_file_list.txt |
rm -f setup_rpm_file_list.txt |