From 36d03934c59c8efc338534de4fe87e34eb4bc725 Mon Sep 17 00:00:00 2001 From: Michal Chruszcz Date: Mon, 13 Sep 2004 20:44:18 +0000 Subject: [PATCH] - got rid of fake 'old style bconds warning' Changed files: builder.sh -> 1.275 --- builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.sh b/builder.sh index 046a3c0..9518a99 100644 --- a/builder.sh +++ b/builder.sh @@ -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" -- 2.44.0