summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 09:03:58 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 09:03:58 +0000
commit29f448e6b3ed80c8797934aa0e0d935bb5038d86 (patch)
treee578c73053803a228ace96fa1003bc1ed1946154 /libreoffice
parent60c693d578a1ed3ba5bf9553b376a7a445845ae0 (diff)
downloadasb-29f448e6b3ed80c8797934aa0e0d935bb5038d86.tar.gz
asb-29f448e6b3ed80c8797934aa0e0d935bb5038d86.tar.xz
Fix the menu entries in 3.3.99.5 (why does it not honour the "--without-unix-wrapper" all of a sudden?
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index 55b451b3..71e7c443 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -892,6 +892,7 @@ mkdir -p $PKG/usr/share/applications/
# What about template.desktop ?
cd $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/share/xdg/
for FILE in base calc impress writer math draw startcenter ; do
+ sed -i -e "/^Exec=/s/Exec=libreoffice[^ ]* /Exec=libreoffice /" $FILE
echo "StartupNotify=true" >> ${FILE}.desktop
install -m0644 ${FILE}.desktop \
$PKG/usr/share/applications/${PRGNAM}-${FILE}.desktop