summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-02-20 19:26:17 +0100
committerEttore Di Giacinto <mudler@gentoo.org>2017-02-20 20:24:56 +0100
commit02653bc04ab68205e229fb04e96db27613e223ca (patch)
tree5378f16670f9c8f14a62f17ae40faa39a80fe9ae /x11-misc/i3blocks/files
parentsci-biology/meme: Remove use of 'diropts' (diff)
downloadgentoo-02653bc04ab68205e229fb04e96db27613e223ca.tar.gz
gentoo-02653bc04ab68205e229fb04e96db27613e223ca.tar.bz2
gentoo-02653bc04ab68205e229fb04e96db27613e223ca.zip
x11-misc/i3blocks: revbump, fixes bug #610090
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc/i3blocks/files')
-rw-r--r--x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch b/x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch
new file mode 100644
index 000000000000..04d625dcb47f
--- /dev/null
+++ b/x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch
@@ -0,0 +1,15 @@
+--- i3blocks-1.4/~Makefile 2017-02-20 18:56:06.340061271 +0100
++++ i3blocks-1.4/Makefile 2017-02-20 18:56:27.518915055 +0100
+@@ -4,11 +4,7 @@ ifndef PREFIX
+ PREFIX=/usr/local
+ endif
+ ifndef SYSCONFDIR
+- ifeq ($(PREFIX),/usr)
+- SYSCONFDIR=/etc
+- else
+- SYSCONFDIR=$(PREFIX)/etc
+- endif
++ SYSCONFDIR=/etc
+ endif
+ ifndef LIBEXECDIR
+ LIBEXECDIR=$(PREFIX)/libexec