summaryrefslogtreecommitdiff
path: root/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/plasma-workspace/plasma-workspace-9999.ebuild')
-rw-r--r--kde-base/plasma-workspace/plasma-workspace-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
index 8cb482b5554..bac421c7cf0 100644
--- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -118,7 +118,7 @@ src_install() {
rm -f \
"${ED}$(python_get_sitedir)"/PyKDE4/*.py[co] \
- "${ED}${KDEDIR}"/share/apps/plasma_scriptengine_python/*.py[co]
+ "${ED}"/usr/share/apps/plasma_scriptengine_python/*.py[co]
}
pkg_postinst() {
@@ -127,16 +127,16 @@ pkg_postinst() {
if use python; then
python_mod_optimize \
PyKDE4 \
- "${KDEDIR}"/share/apps/plasma_scriptengine_python
+ /usr/share/apps/plasma_scriptengine_python
fi
}
pkg_postrm() {
kde4-meta_pkg_postrm
- if [[ -d ${EKDEDIR}/share/apps/plasma_scriptengine_python ]]; then
+ if [[ -d ${EPREFIX}/usr/share/apps/plasma_scriptengine_python ]]; then
python_mod_cleanup \
PyKDE4 \
- "${KDEDIR}"/share/apps/plasma_scriptengine_python
+ /usr/share/apps/plasma_scriptengine_python
fi
}