summaryrefslogtreecommitdiffstats
path: root/desktop/i3blocks/patches/prefix_usr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/i3blocks/patches/prefix_usr.patch')
-rw-r--r--desktop/i3blocks/patches/prefix_usr.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/i3blocks/patches/prefix_usr.patch b/desktop/i3blocks/patches/prefix_usr.patch
new file mode 100644
index 0000000000..0c172cc561
--- /dev/null
+++ b/desktop/i3blocks/patches/prefix_usr.patch
@@ -0,0 +1,11 @@
+--- Makefile 2016-12-12 19:18:05.357761324 +0700
++++ prefix_usr 2016-12-12 19:18:42.467759669 +0700
+@@ -1,7 +1,7 @@
+ RELEASE_VERSION = 1.4
+
+ ifndef PREFIX
+- PREFIX=/usr/local
++ PREFIX=/usr
+ endif
+ ifndef SYSCONFDIR
+ ifeq ($(PREFIX),/usr)