summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-baseapps.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:07:05 +0100
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:07:05 +0100
commiteb82fdc2eafc3d1b5f837fcda2c4903106d9d79a (patch)
tree4faf464e6ba3d915031f30be18faadb92c31d3c2 /kde/post-install/kde-baseapps.patch
parent270c1ba7053478dbd1c632eea18d6e54d51e4ecc (diff)
downloadktown-4.8.4.tar.gz
ktown-4.8.4.tar.xz
KDE 4.8.4 for Slackware 14.0 (07jun2012)4.8.4
Diffstat (limited to '')
-rw-r--r--kde/post-install/kde-baseapps.patch (renamed from kde/post-install/kdebase.post-install)4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/post-install/kdebase.post-install b/kde/post-install/kde-baseapps.patch
index e18f8fe..8dda636 100644
--- a/kde/post-install/kdebase.post-install
+++ b/kde/post-install/kde-baseapps.patch
@@ -1,9 +1,9 @@
# Add profile scripts
mkdir -p $PKG/etc/profile.d
-cat $CWD/post-install/kdebase/profile.d/kde.sh \
+cat $CWD/post-install/kde-baseapps/profile.d/kde.sh \
| sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \
> $PKG/etc/profile.d/kde.sh
-cat $CWD/post-install/kdebase/profile.d/kde.csh \
+cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \
| sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \
> $PKG/etc/profile.d/kde.csh
chmod 0755 $PKG/etc/profile.d/*