SOURCES: rpm-find-spec-bcond - --bcond is rpmbuild popt alias
glen
glen at pld-linux.org
Sat Feb 23 18:33:39 CET 2008
Author: glen Date: Sat Feb 23 17:33:39 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- --bcond is rpmbuild popt alias
---- Files affected:
SOURCES:
rpm-find-spec-bcond (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SOURCES/rpm-find-spec-bcond
diff -u SOURCES/rpm-find-spec-bcond:1.9 SOURCES/rpm-find-spec-bcond:1.10
--- SOURCES/rpm-find-spec-bcond:1.9 Thu Aug 11 20:57:44 2005
+++ SOURCES/rpm-find-spec-bcond Sat Feb 23 18:33:34 2008
@@ -10,14 +10,14 @@
SPEC=$1
if [ $SPEC = "--" ]; then
if [ "$#" -lt 2 ]; then
- echo "Usage: rpm --bcond SPEC"
+ echo "Usage: rpmbuikd --bcond SPEC"
exit 1
fi
SPEC=$2
fi
if [ ! -f $SPEC ]; then
- echo "rpm: $SPEC: no such file"
+ echo "rpmbuild: $SPEC: no such file"
exit 1
fi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-find-spec-bcond?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list