From 73da56ff0c857acf372fcdd91935695bb898b267 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 22 Apr 2006 17:04:15 +0000 Subject: [PATCH] - fix target option (#5783) Changed files: license-installer.sh -> 1.9 --- license-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license-installer.sh b/license-installer.sh index 7505d95..d089f89 100644 --- a/license-installer.sh +++ b/license-installer.sh @@ -43,7 +43,7 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then fi fi ( cd $SPECDIR - /usr/bin/builder -nm -nc -ncs --with license_agreement --opts --target=@TARGET_CPU@ @BASE_NAME@.spec + /usr/bin/builder -nm -nc -ncs --with license_agreement --target @TARGET_CPU@ @BASE_NAME@.spec if [ "$?" -ne 0 ]; then exit 2 fi -- 2.44.0