From eb82fdc2eafc3d1b5f837fcda2c4903106d9d79a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:07:05 +0100 Subject: KDE 4.8.4 for Slackware 14.0 (07jun2012) --- kde/post-install/kde-baseapps.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kde/post-install/kde-baseapps.patch (limited to 'kde/post-install/kde-baseapps.patch') diff --git a/kde/post-install/kde-baseapps.patch b/kde/post-install/kde-baseapps.patch new file mode 100644 index 0000000..8dda636 --- /dev/null +++ b/kde/post-install/kde-baseapps.patch @@ -0,0 +1,9 @@ +# Add profile scripts +mkdir -p $PKG/etc/profile.d +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/kde-baseapps/profile.d/kde.csh \ + | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ + > $PKG/etc/profile.d/kde.csh +chmod 0755 $PKG/etc/profile.d/* -- cgit v1.2.3