]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- new builder
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 21 Nov 2006 21:26:48 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compile.sh -> 1.4

compile.sh

index 90370fed6ba2037e729b1479c1f2223aacb5354a..059d413616841d33c5c9e4e0b618741a12665cff 100644 (file)
@@ -19,10 +19,6 @@ if [ "$tmp" ]; then
        TARGET="$tmp"
 fi
 
-BCONDS=$(./builder --show-bconds $specfile)
-# ignore output from older builders whose output is not compatible.
-if [ "$(echo "$BCONDS" | wc -l)" -gt 1 ]; then
-       BCONDS=""
-fi
+BCONDS=$(./builder --show-bcond-args $specfile)
 
 rpmbuild -bc "$@"
This page took 0.093089 seconds and 4 git commands to generate.