diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-03 07:20:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-03 21:09:25 +0200 |
commit | bf9722844706a5a02206042bb0d46fb24676815d (patch) | |
tree | 7e5be38ea699ccde066b22aebc421a0b394eb954 /x11-misc/xcape | |
parent | x11-misc/xcape: Remove redundant maint description (diff) | |
download | gentoo-bf9722844706a5a02206042bb0d46fb24676815d.tar.gz gentoo-bf9722844706a5a02206042bb0d46fb24676815d.tar.bz2 gentoo-bf9722844706a5a02206042bb0d46fb24676815d.zip |
fixup
Diffstat (limited to 'x11-misc/xcape')
-rw-r--r-- | x11-misc/xcape/xcape-1.2.ebuild | 3 |
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 } |