]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update RPM building script.
authorMichael R Sweet <michaelrsweet@gmail.com>
Thu, 2 May 2019 15:47:39 +0000 (11:47 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Thu, 2 May 2019 15:47:39 +0000 (11:47 -0400)
scripts/makerpm

index 3b700b2c8648630109ff5f97b8260eb296f38284..3fa57770a48aaa93be3f9bcdcd1087e1f1ac0fae 100755 (executable)
@@ -4,10 +4,10 @@
 #
 
 # Make sure we are running in the right directory...
-if test ! -f tools/testrpm; then
+if test ! -f scripts/makerpm; then
         echo "Run this script from the top-level CUPS source directory, e.g.:"
         echo ""
-        echo "    tools/testrpm [rpmbuild options]"
+        echo "    scripts/makerpm [rpmbuild options]"
         echo ""
         exit 1
 fi
@@ -17,7 +17,7 @@ args="$*"
 shift $#
 
 # Get a snapshot of the current source...
-. tools/makesrcdist
+. scripts/makesrcdist
 
 # Build the RPM...
 echo Building rpm...