]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- use $RPMOPTS in cache_rpm_dump
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 25 Apr 2006 15:26:19 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.422

builder.sh

index 654a4add76f53b226c0f2484447deeb96dfc6b19..a5733e40a1eac7706d282db2683765ed3bb65979 100644 (file)
@@ -406,7 +406,7 @@ EOF
                ARGS='--nodigest --nosignature --nobuild'
                ;;
        esac
-       $RPMBUILD --rcfile .builder-rpmrc $ARGS --nodeps --define "prep $dump" $BCOND $TARGET_SWITCH $SPECFILE 2>&1
+       $RPMBUILD --rcfile .builder-rpmrc $ARGS --nodeps --define "prep $dump" $RPMOPTS $BCOND $TARGET_SWITCH $SPECFILE 2>&1
        `
        if [ $? -gt 0 ]; then
                error=$(echo "$rpm_dump" | sed -ne '/^error:/,$p')
This page took 0.036986 seconds and 4 git commands to generate.