Update RPM building script.

Esse commit está contido em:
Michael R Sweet
2019-05-02 11:47:39 -04:00
commit 45b2ced5aa
+3 -3
Ver Arquivo
@@ -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...