]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- got rid of fake 'old style bconds warning'
authorMichal Chruszcz <mchruszcz@gmail.com>
Mon, 13 Sep 2004 20:44:18 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.275

builder.sh

index 046a3c0894ee8db97a849e4ea25f7cd0682a02db..9518a99da5bb12ab6c1de44734fefe02b4cb01bb 100644 (file)
@@ -81,7 +81,7 @@ RES_FILE=""
 CVS_SERVER="cvs.pld-linux.org"
 DISTFILES_SERVER="://distfiles.pld-linux.org"
 
-DEF_NICE_LEVEL=0
+DEF_NICE_LEVEL=19
 
 FAIL_IF_NO_SOURCES="yes"
 
@@ -881,7 +881,7 @@ set_bconds_values()
        AVAIL_BCONDS_WITH=""
        if `grep -q ^%bcond ${SPECFILE}`; then
                BCOND_VERSION="NEW"
-       elif `grep -q bcond ${SPECFILE}`; then
+       elif `egrep -q ^#\ *_with ${SPECFILE}`; then
                BCOND_VERSION="OLD"
        else
                BCOND_VERSION="NONE"
This page took 0.047932 seconds and 4 git commands to generate.