summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2016-05-05 15:39:46 +0200
committerMichael Weber <xmw@gentoo.org>2016-05-05 15:40:06 +0200
commit9b5d53ca1810e4bbad3e01564117c2b15345681a (patch)
treee91370a0b3f40e7a6d2d6941037edd9a1432ba26
parentx11-wm/spectrwm: drop broken (diff)
downloadgentoo-9b5d53ca.tar.gz
gentoo-9b5d53ca.tar.bz2
gentoo-9b5d53ca.zip
x11-wm/spectrwm: fix formal install location
Package-Manager: portage-2.2.28
-rw-r--r--x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
index 160fa6805639..9753dd1b8c04 100644
--- a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
+++ b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- emake PREFIX="${EROOT}usr" DESTDIR="${D}" install
+ emake PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)" DESTDIR="${D}" install
cd "${WORKDIR}"/${P} || die