summarylogtreecommitdiffstats
path: root/usr_sbin.patch
diff options
context:
space:
mode:
authorThomas Hebb2013-06-05 00:34:59 -0400
committerThomas Hebb2015-07-01 13:14:03 -0400
commit8aeca054be40be855c01bdfea9e6a07be2a00f1f (patch)
tree4fd776e228fba30eaad6bf929695e14fb78ca965 /usr_sbin.patch
parente9836bb819750b679f397594c10869a55d33502c (diff)
downloadaur-8aeca054be40be855c01bdfea9e6a07be2a00f1f.tar.gz
Move /usr/sbin files into /usr/bin
Diffstat (limited to 'usr_sbin.patch')
-rw-r--r--usr_sbin.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr_sbin.patch b/usr_sbin.patch
new file mode 100644
index 000000000000..b46cd3ba50b2
--- /dev/null
+++ b/usr_sbin.patch
@@ -0,0 +1,13 @@
+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 @@
+ if test "${sbindir}" = "\${prefix}/sbin" -a "${cups_prefix}" = "/" ; then
+ cups_sbindir="/usr/sbin"
+ else
+- cups_sbindir="${cups_prefix}/sbin"
++ cups_sbindir="/usr/bin"
+ fi
+
+ # Get explicit CUPS directories if possible
+Only in gimp-print.new/m4: stp_cups.m4~