SPECS: builder - typos

qboosh qboosh at pld-linux.org
Sun Aug 20 01:01:14 CEST 2006


Author: qboosh                       Date: Sat Aug 19 23:01:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typos

---- Files affected:
SPECS:
   builder (1.451 -> 1.452) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.451 SPECS/builder:1.452
--- SPECS/builder:1.451	Fri Aug  4 17:30:28 2006
+++ SPECS/builder	Sun Aug 20 01:01:09 2006
@@ -1802,7 +1802,7 @@
 			NOINIT="yes"
 			shift;;
 		--opts )
-			shift; RPMOPTS="$RPM_OPTS ${1}"; shift ;;
+			shift; RPMOPTS="${RPMOPTS} ${1}"; shift ;;
 		--nopatch | -np )
 			shift; RPMOPTS="${RPMOPTS} --define \"patch${1} : ignoring patch${1}; exit 1; \""; shift ;;
 		--with | --without )
@@ -1931,7 +1931,7 @@
 			RPMOPTS="${RPMOPTS} --nodeps"
 			;;
 		-debug)
-			RPMBUILDOPTS="${RPMBUILDOPTS} -debug"; shift ;;
+			RPMBUILDOPTS="${RPMBUILDOPTS} --debug"; shift ;;
 		* )
 			SPECFILE="${1}"
 			# check if specname was passed as specname:cvstag
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.451&r2=1.452&f=u



More information about the pld-cvs-commit mailing list