]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not cvs up just to lookup bconds
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Feb 2007 18:34:18 +0000 (18:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.13

repackage.sh

index 37bc9b256e2777945ffa604d0cee6c33d16f70fc..985f5d60f49ced6010340bfc4518f0414db43cc7 100644 (file)
@@ -22,7 +22,7 @@ if [ "$tmp" ]; then
        TARGET="$tmp"
 fi
 
-BCONDS=$(./builder --show-bcond-args $specfile)
+BCONDS=$(./builder -nn -ncs --show-bcond-args $specfile)
 
 # just create the rpm's if -bb is somewhere in the args
 if [[ *$@* != *-bb* ]]; then
This page took 0.025485 seconds and 4 git commands to generate.