summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-baseapps.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install/kde-baseapps.post-install')
-rw-r--r--kde/post-install/kde-baseapps.post-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/post-install/kde-baseapps.post-install b/kde/post-install/kde-baseapps.post-install
index 8dda636..3ae4e1c 100644
--- a/kde/post-install/kde-baseapps.post-install
+++ b/kde/post-install/kde-baseapps.post-install
@@ -1,9 +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}/#" \
+ | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#g" \
> $PKG/etc/profile.d/kde.sh
cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \
- | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \
+ | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#g" \
> $PKG/etc/profile.d/kde.csh
chmod 0755 $PKG/etc/profile.d/*