summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-4.1.87.ebuild
diff options
context:
space:
mode:
authorOldřich Jedlička <oldium.pro@seznam.cz>2009-01-06 19:44:01 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-01-06 20:00:02 +0100
commitf30d5db856ed070b88a85833e52df83116992803 (patch)
treef537f4683569a2597871ed2ef97dc27aa9f8a257 /kde-base/pykde4/pykde4-4.1.87.ebuild
parent00b1c276d2bc3e2f5e48178275960ab24840a6c5 (diff)
downloadkde-f30d5db856ed070b88a85833e52df83116992803.tar.gz
kde-f30d5db856ed070b88a85833e52df83116992803.tar.bz2
kde-f30d5db856ed070b88a85833e52df83116992803.zip
Fixed kde-base/plasma-workspace as per bug #253875. Fixed kde-base/pykde4 to use $(get_libdir).
Signed-off-by: Oldřich Jedlička <oldium.pro@seznam.cz>
Diffstat (limited to 'kde-base/pykde4/pykde4-4.1.87.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-4.1.87.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-4.1.87.ebuild b/kde-base/pykde4/pykde4-4.1.87.ebuild
index 282d9f1b18a..20d4d5869c5 100644
--- a/kde-base/pykde4/pykde4-4.1.87.ebuild
+++ b/kde-base/pykde4/pykde4-4.1.87.ebuild
@@ -45,7 +45,7 @@ src_configure() {
src_install() {
kde4-meta_src_install
rm -f "${D}"/usr/$(get_libdir)/python*/site-packages/PyKDE4/*.py[co]
- rm -f "${D}${PREFIX}"/share/apps/plasma_scriptengine_python/*.py[co]
+ rm -f "${D}${PREFIX}"/share/apps/${PN}/*.py[co]
}
pkg_postinst() {
@@ -53,7 +53,7 @@ pkg_postinst() {
python_version
python_mod_optimize \
/usr/$(get_libdir)/python${PYVER}/site-packages/PyKDE4 \
- "${PREFIX}"/share/apps/plasma_scriptengine_python
+ "${PREFIX}"/share/apps/${PN}
}
pkg_postrm() {