]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- CVS/Entries might not always present, hide errors
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Aug 2005 19:28:11 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.324

builder.sh

index 3935293542720744fcd9dd708a85840c34ab657a..811ad5acccee3948df045b51a3ed3eb884bfaa6f 100644 (file)
@@ -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
This page took 0.062098 seconds and 4 git commands to generate.