projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0995f5e
)
x11-wm/spectrwm: fix formal install location
author
Michael Weber
<xmw@gentoo.org>
Thu, 5 May 2016 13:39:46 +0000
(15:39 +0200)
committer
Michael Weber
<xmw@gentoo.org>
Thu, 5 May 2016 13:40:06 +0000
(15:40 +0200)
Package-Manager: portage-2.2.28
x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
index 160fa6805639bafc20e2a16e58a913c06d2d0353..9753dd1b8c04c2031fa70f2e95ee57f7a76a7b4b 100644
(file)
--- 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