projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c637f
)
fixup
author
Michał Górny
<mgorny@gentoo.org>
Tue, 3 Oct 2017 05:20:01 +0000
(07:20 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 3 Oct 2017 19:09:25 +0000
(21:09 +0200)
x11-misc/xcape/xcape-1.2.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/xcape/xcape-1.2.ebuild
b/x11-misc/xcape/xcape-1.2.ebuild
index c80f981769a592706c4725335eeeac3753b0ab35..48e5ae1a3290cc02fc4bb000a573ccf6f7f500d1 100644
(file)
--- a/
x11-misc/xcape/xcape-1.2.ebuild
+++ b/
x11-misc/xcape/xcape-1.2.ebuild
@@
-33,6
+33,5
@@
src_compile() {
}
src_install() {
- emake PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}