SOURCES: license-installer.sh - fix target option (#5783)

glen glen at pld-linux.org
Sat Apr 22 19:04:20 CEST 2006


Author: glen                         Date: Sat Apr 22 17:04:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix target option (#5783)

---- Files affected:
SOURCES:
   license-installer.sh (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/license-installer.sh
diff -u SOURCES/license-installer.sh:1.8 SOURCES/license-installer.sh:1.9
--- SOURCES/license-installer.sh:1.8	Sun Nov 27 14:41:34 2005
+++ SOURCES/license-installer.sh	Sat Apr 22 19:04:15 2006
@@ -43,7 +43,7 @@
 		fi
 	fi
 	( cd $SPECDIR
-	/usr/bin/builder -nm -nc -ncs --with license_agreement --opts --target=@TARGET_CPU@ @BASE_NAME at .spec
+	/usr/bin/builder -nm -nc -ncs --with license_agreement --target @TARGET_CPU@ @BASE_NAME at .spec
 	if [ "$?" -ne 0 ]; then
 		exit 2
 	fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/license-installer.sh?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list