Author: charles Date: Thu Mar 10 10:43:03 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - rm .${SPECFILE}_INSTALLED_PACKAGES if use -RB or -FRB (not -R only)
---- Files affected: SPECS: builder (1.303 -> 1.304) ---- Diffs: ================================================================ Index: SPECS/builder diff -u SPECS/builder:1.303 SPECS/builder:1.304 --- SPECS/builder:1.303 Wed Feb 16 23:38:40 2005 +++ SPECS/builder Thu Mar 10 11:42:58 2005 @@ -1624,7 +1624,9 @@ "version" ) echo "$VERSION";; esac -test -f `pwd`/.${SPECFILE}_INSTALLED_PACKAGES && rm `pwd`/.${SPECFILE}_INSTALLED_PACKAGES +if [ -f `pwd`/.${SPECFILE}_INSTALLED_PACKAGES -a "$REMOVE_BUILD_REQUIRES" != "" ]; then + rm `pwd`/.${SPECFILE}_INSTALLED_PACKAGES +fi cd "$__PWD" # vi:syntax=sh:ts=3:sw=4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/builder?r1=1.303&r2=1.304&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit