summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 45f4b2e133b..bf02402a747 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -128,10 +128,10 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${D}" install
+ emake DESTDIR="${ED}" install
popd > /dev/null
- mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
python_foreach_impl installation