]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- --bcond is rpmbuild popt alias
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 23 Feb 2008 17:33:34 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-find-spec-bcond -> 1.10

rpm-find-spec-bcond

index 200e1b407d3b3b68c047817b916ff24bd8ee652a..f3d479b63e3c9ebb9f4027f652e15d0405e4b101 100644 (file)
@@ -10,14 +10,14 @@ fi
 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
 
This page took 0.048742 seconds and 4 git commands to generate.