diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-04 16:19:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-04 16:19:52 +0700 |
commit | dba6f61b62b05b4415602c0352f19abebd80b869 (patch) | |
tree | e5af038039d484ac992b617dd753bd5527e9e160 | |
parent | 53fab177564eb232ccfbf270445153b091cafb89 (diff) |
office/libreoffice: Add symlink to libreoffice.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 041c8eda80..691432cd9d 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -126,6 +126,7 @@ cd $PKG/usr/bin rm -f $FILE ln -sf ../../opt/libreoffice$SRCSHORT/program/$FILE $FILE ; done + ln -sf ../../opt/libreoffice$SRCSHORT/program/soffice libreoffice # The symlinks below are required to (directly) open documents # supported by libreoffice with Xfe file manager. |