From: Elan Ruusamäe Date: Tue, 23 Aug 2005 19:20:31 +0000 (+0000) Subject: - mirrors file not present, disable mirrors file X-Git-Tag: auto/ac/macromedia-flash-installer-7_0_25-3~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffonts-TTF-microsoft.git;a=commitdiff_plain;h=08b2b3e869c59b673306800714f2b5a3fb5eb932 - mirrors file not present, disable mirrors file Changed files: license-installer.sh -> 1.3 --- diff --git a/license-installer.sh b/license-installer.sh index 551a33f..9243741 100644 --- a/license-installer.sh +++ b/license-installer.sh @@ -26,7 +26,7 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then cp -i "$3" $SPECDIR || exit 1 fi ( cd $SPECDIR - /usr/bin/builder -nc -ncs --with license_agreement --opts --target=@TARGET_CPU@ @BASE_NAME@.spec + /usr/bin/builder -nm -nc -ncs --with license_agreement --opts --target=@TARGET_CPU@ @BASE_NAME@.spec if [ "$?" -ne 0 ]; then exit 2 fi