--- loncom/build/Makefile 2001/09/30 21:12:32 1.41 +++ loncom/build/Makefile 2001/11/08 00:17:09 1.43 @@ -58,7 +58,7 @@ statuspost: status rpmstatus: install -d RPMSTATUS - rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp + rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp cat ../../doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html @@ -83,7 +83,7 @@ Makefile.configinstall: ../../doc/loncap perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ Makefile.configinstall -install: build Makefile.install +install: Makefile.install make -f Makefile.install SOURCE="../.." TARGET="" directories make -f Makefile.install SOURCE="../.." TARGET="" files make -f Makefile.install SOURCE="../.." TARGET="" links