summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-03 07:20:01 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-03 21:09:25 +0200
commitbf9722844706a5a02206042bb0d46fb24676815d (patch)
tree7e5be38ea699ccde066b22aebc421a0b394eb954 /x11-misc/xcape/xcape-1.2.ebuild
parentx11-misc/xcape: Remove redundant maint description (diff)
downloadgentoo-bf9722844706a5a02206042bb0d46fb24676815d.tar.gz
gentoo-bf9722844706a5a02206042bb0d46fb24676815d.tar.bz2
gentoo-bf9722844706a5a02206042bb0d46fb24676815d.zip
fixup
Diffstat (limited to 'x11-misc/xcape/xcape-1.2.ebuild')
-rw-r--r--x11-misc/xcape/xcape-1.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/xcape/xcape-1.2.ebuild b/x11-misc/xcape/xcape-1.2.ebuild
index c80f981769a5..48e5ae1a3290 100644
--- 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
}