From 47a8df12e81df1ca14b3a3152f9ed8a73c7ebe0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 23 Aug 2005 19:28:11 +0000 Subject: [PATCH] - CVS/Entries might not always present, hide errors Changed files: builder.sh -> 1.324 --- builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.sh b/builder.sh index 3935293..811ad5a 100644 --- a/builder.sh +++ b/builder.sh @@ -512,7 +512,7 @@ src_md5 () no=$(src_no "$1") [ -z "$no" ] && return cd $SPECS_DIR - spec_rev=$(grep $SPECFILE CVS/Entries | sed -e s:/$SPECFILE/:: -e s:/.*::) + spec_rev=$(grep $SPECFILE CVS/Entries 2>/dev/null | sed -e s:/$SPECFILE/:: -e s:/.*::) if [ -z "$spec_rev" ]; then spec_rev="$(head -n 1 $SPECFILE | sed -e 's/.*\$Revision: \([0-9.]*\).*/\1/')" fi @@ -974,7 +974,7 @@ set_bconds_values() # --- # * -selinux # samba -mysql -pgsql - # w32codec license_agreement + # w32codec-installer license_agreement # php +mysqli # --- if [ "${BCOND_VERSION}" != "NONE" ] && ( [ -f $HOME/.bcondrc ] || ( [ -n $HOME_ETC ] && [ -f $HOME_ETC/.bcondrc ] ) ) ; then -- 2.44.0