SVN: license-installer/license-installer.sh

draenog draenog at pld-linux.org
Fri Oct 26 12:21:09 CEST 2012


Author: draenog
Date: Fri Oct 26 12:21:09 2012
New Revision: 12600

Modified:
   license-installer/license-installer.sh
Log:
- option -nc doesn't exist in git version of builder script


Modified: license-installer/license-installer.sh
==============================================================================
--- license-installer/license-installer.sh	(original)
+++ license-installer/license-installer.sh	Fri Oct 26 12:21:09 2012
@@ -34,7 +34,7 @@
 	if [ '@USE_DISTFILES@' = 'no' ]; then
 		nd=-nd
 	fi
-	/usr/bin/builder --define _topdir $TOPDIR --define _binary_payload w1.gzdio $nd -nm -nc -ncs --with license_agreement --target @TARGET_CPU@ @BASE_NAME at .spec
+	/usr/bin/builder --define _topdir $TOPDIR --define _binary_payload w1.gzdio $nd -nm -ncs --with license_agreement --target @TARGET_CPU@ @BASE_NAME at .spec
 	if [ "$?" -ne 0 ]; then
 		exit 2
 	fi


More information about the pld-cvs-commit mailing list