From: Michael R Sweet Date: Thu, 2 May 2019 15:47:39 +0000 (-0400) Subject: Update RPM building script. X-Git-Tag: v2.3b8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45b2ced5aaaa32157909262f5c39744bfe661124;p=thirdparty%2Fcups.git Update RPM building script. --- diff --git a/scripts/makerpm b/scripts/makerpm index 3b700b2c86..3fa57770a4 100755 --- a/scripts/makerpm +++ b/scripts/makerpm @@ -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...