summarylogtreecommitdiffstats
path: root/move-sbin-to-bin.patch
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:23 +0200
committerMuflone2015-06-13 17:59:23 +0200
commitceba0554ae04c0a775f559c427bf25fa44e56ea4 (patch)
tree271b0aa340a2533e451ea15bd7f2c08c6bc8da8c /move-sbin-to-bin.patch
downloadaur-ceba0554ae04c0a775f559c427bf25fa44e56ea4.tar.gz
Initial import
Diffstat (limited to 'move-sbin-to-bin.patch')
-rw-r--r--move-sbin-to-bin.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/move-sbin-to-bin.patch b/move-sbin-to-bin.patch
new file mode 100644
index 000000000000..081f71672098
--- /dev/null
+++ b/move-sbin-to-bin.patch
@@ -0,0 +1,12 @@
+diff -Naur sbackup-0.11.6.orig/Makefile sbackup-0.11.6/Makefile
+--- sbackup-0.11.6.orig/Makefile 2013-09-17 20:49:58.000000000 +0200
++++ sbackup-0.11.6/Makefile 2015-01-14 11:44:12.630963188 +0100
+@@ -47,7 +47,7 @@
+
+ datadir=$(DESTDIR)/share
+ bindir=$(DESTDIR)/bin
+-sbindir=$(DESTDIR)/sbin
++sbindir=$(DESTDIR)/bin
+
+ libdir=$(datadir)/$(PKGNAME)
+ helpdir=$(datadir)/gnome/help/$(PKGNAME)