[Lunar-commits] <moonbase> openoffice-bin: Forced creation of 3 symlinks in /usr/bin for soffice, scalc, swriter.
Terry Chan
tchan at lunar-linux.org
Thu Mar 27 21:24:06 CET 2008
commit 00144a68066cd769d17fa0d77a81c9fbeff7c838
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu Mar 27 15:24:06 2008 -0500
openoffice-bin: Forced creation of 3 symlinks in /usr/bin for soffice, scalc, swriter.
---
x11-apps/openoffice-bin/BUILD | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/x11-apps/openoffice-bin/BUILD b/x11-apps/openoffice-bin/BUILD
index 8c9dcf0..63c7e43 100644
--- a/x11-apps/openoffice-bin/BUILD
+++ b/x11-apps/openoffice-bin/BUILD
@@ -41,6 +41,12 @@
mkdir -p /opt/lunar/openoffice &&
cp -a "${OO_INSTALL_DIR}/opt/openoffice.org2.4" /opt/lunar/openoffice/ &&
+ #Added this force symlink creation at sofar's request
+ cd /usr/bin &&
+ ln -sf ${OO_DIR}/program/soffice soffice &&
+ ln -sf ${OO_DIR}/program/scalc scalc &&
+ ln -sf ${OO_DIR}/program/swriter swriter &&
+
if [ "$USE_DESKTOPINTEGRATION" = "y" ] ; then
install -m755 ${OO_DESK_DIR}/bin/openoffice.org2.4 \
${OO_DESK_DIR}/bin/openoffice.org2.4-printeradmin /usr/bin/ &&
More information about the Lunar-commits
mailing list