SPECS: compile.sh - no need for source payload here

glen glen at pld-linux.org
Wed Nov 1 23:27:43 CET 2006


Author: glen                         Date: Wed Nov  1 22:27:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need for source payload here

---- Files affected:
SPECS:
   compile.sh (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/compile.sh
diff -u SPECS/compile.sh:1.2 SPECS/compile.sh:1.3
--- SPECS/compile.sh:1.2	Wed Nov  1 23:02:28 2006
+++ SPECS/compile.sh	Wed Nov  1 23:27:38 2006
@@ -8,7 +8,7 @@
 
 rpmbuild() {
 	set -x
-	/usr/bin/rpmbuild ${TARGET:+--target $TARGET} $BCONDS --short-circuit --define '_source_payload w9.gzdio' "$@" || exit
+	/usr/bin/rpmbuild ${TARGET:+--target $TARGET} $BCONDS --short-circuit "$@" || exit
 }
 
 specfile="${1%.spec}.spec"; shift
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/compile.sh?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list