summaryrefslogtreecommitdiffstats
path: root/libreoffice/build/libreoffice.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-08-25 22:38:26 +0000
committer Eric Hameleers <alien@slackware.com>2019-08-25 22:38:26 +0000
commit2c1d8a5c1dc525a671f283964467c5f7ed9b2e9e (patch)
tree79f8caffd19b70baefcc954838146e569bd5c7de /libreoffice/build/libreoffice.SlackBuild
parente430a1149485fa00fb278d49bbb089ae422e6981 (diff)
downloadasb-2c1d8a5c1dc525a671f283964467c5f7ed9b2e9e.tar.gz
asb-2c1d8a5c1dc525a671f283964467c5f7ed9b2e9e.tar.xz
libreoffice: reverse previous change, as this already has been taken care of in the profile scripts
Diffstat (limited to 'libreoffice/build/libreoffice.SlackBuild')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index 133f4402..6c582aa1 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -1800,9 +1800,7 @@ find ${PKG} -perm 555 -o -perm 750 -exec chmod 755 {} \; || true
# Add the profile scripts:
mkdir -p $PKG/etc/profile.d
for file in $(ls $SRCDIR/profile.d/${PRGNAM}*) ; do
- cat $file | sed \
- -e "s#@LIBDIRSUFFIX@#${LIBDIRSUFFIX}#g" \
- -e "s#kde4#kde5#g" \
+ cat $file | sed -e "s#@LIBDIRSUFFIX@#${LIBDIRSUFFIX}#g" \
> $PKG/etc/profile.d/$(basename $file).new
done
chmod 755 $PKG/etc/profile.d/*