Author: glen                         Date: Tue Aug 23 19:28:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- CVS/Entries might not always present, hide errors

---- Files affected:
SPECS:
   builder (1.323 -> 1.324) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.323 SPECS/builder:1.324
--- SPECS/builder:1.323 Sun Aug 21 19:35:46 2005
+++ SPECS/builder       Tue Aug 23 21:28:11 2005
@@ -512,7 +512,7 @@
        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 @@
        # ---
        # * -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.323&r2=1.324&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to