From 4569328459fee22fab5ce1972a23a7e3ce4cc9e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 23 Aug 2005 19:20:31 +0000 Subject: [PATCH] - mirrors file not present, disable mirrors file Changed files: license-installer.sh -> 1.3 --- license-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0