Package-Manager: Portage-2.3.3, Repoman-2.3.1
--- /dev/null
+--- 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
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DEPEND="app-text/ronn"
+PATCHES=( "${FILESDIR}/${PN}-default-sysconfdir.patch" ) #610090
+
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}