summaryrefslogtreecommitdiff
path: root/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-06-06 18:19:57 -0400
committerJonathan Callen <abcd@gentoo.org>2011-06-06 18:19:57 -0400
commitcf5ac5cd886f9a6a72e11ffbddf0d0a311523763 (patch)
tree05ee8d801b73c0a29a7734dc85cb145210ead2f1 /kde-base/plasma-workspace/plasma-workspace-9999.ebuild
parenta37fe6aa097f8861982cdc6914e6e712dc1fddb8 (diff)
downloadkde-cf5ac5cd886f9a6a72e11ffbddf0d0a311523763.tar.gz
kde-cf5ac5cd886f9a6a72e11ffbddf0d0a311523763.tar.bz2
kde-cf5ac5cd886f9a6a72e11ffbddf0d0a311523763.zip
[kde-base] Replace most instances of KDEDIR and EKDEDIR with /usr and EPREFIX/usr
(Portage version: 2.2.0_alpha38/git/Linux x86_64, signed Manifest commit with key 229E5838)
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
}