From: Elan Ruusamäe Date: Sat, 22 Apr 2006 17:04:15 +0000 (+0000) Subject: - fix target option (#5783) X-Git-Tag: auto/ac/acroread-installer-7_0_5-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffonts-TTF-microsoft.git;a=commitdiff_plain;h=0298ac72ba830ec6db5848425dba4b3b4744f2f2 - fix target option (#5783) Changed files: license-installer.sh -> 1.9 --- 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