summarylogtreecommitdiffstats
path: root/usr_sbin.patch
diff options
context:
space:
mode:
authorThomas Hebb2016-01-02 22:05:49 -0500
committerThomas Hebb2016-01-02 22:05:49 -0500
commit0fd0fcb749853b5d1fcb9abc9f8fc44533f5301c (patch)
tree38c5a287cd8abfcbccefee9fdee97a36eccee3c8 /usr_sbin.patch
parentf1fbd116ca0626e0e32d1bdff84ba7eab68d2e41 (diff)
downloadaur-0fd0fcb749853b5d1fcb9abc9f8fc44533f5301c.tar.gz
Pull in PKGBUILD changes from gutenprint package
Diffstat (limited to 'usr_sbin.patch')
-rw-r--r--usr_sbin.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/usr_sbin.patch b/usr_sbin.patch
index b46cd3ba50b2..05d36bbacd96 100644
--- a/usr_sbin.patch
+++ b/usr_sbin.patch
@@ -1,13 +1,14 @@
-diff -ru gimp-print/m4/stp_cups.m4 gimp-print.new/m4/stp_cups.m4
---- gimp-print/m4/stp_cups.m4 2008-08-13 03:35:51.000000000 -0400
-+++ gimp-print.new/m4/stp_cups.m4 2013-06-05 00:22:09.029774489 -0400
-@@ -146,7 +146,7 @@
+--- gimp-print.old/m4/stp_cups.m4 2016-01-02 21:53:29.059194071 -0500
++++ gimp-print.new/m4/stp_cups.m4 2016-01-02 21:49:13.249592361 -0500
+@@ -144,9 +144,9 @@
+ fi
+ # Fix "sbindir" variable if it hasn't been specified...
if test "${sbindir}" = "\${prefix}/sbin" -a "${cups_prefix}" = "/" ; then
- cups_sbindir="/usr/sbin"
+- cups_sbindir="/usr/sbin"
++ cups_sbindir="/usr/bin"
else
- cups_sbindir="${cups_prefix}/sbin"
-+ cups_sbindir="/usr/bin"
++ cups_sbindir="${cups_prefix}/bin"
fi
# Get explicit CUPS directories if possible
-Only in gimp-print.new/m4: stp_cups.m4~