[Lunar-commits] <moonbase> openoffice-bin: use MODULE_PREFIX for install.
Florin Braescu
florin at lunar-linux.org
Wed Sep 16 19:23:40 CEST 2009
commit db8ed0c28bf20de7da2e93f7ecbe7fb7dcaaab46
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 16 20:23:40 2009 +0300
openoffice-bin: use MODULE_PREFIX for install.
---
x11-apps/openoffice-bin/BUILD | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/x11-apps/openoffice-bin/BUILD b/x11-apps/openoffice-bin/BUILD
index 0b2a274..d5310c4 100644
--- a/x11-apps/openoffice-bin/BUILD
+++ b/x11-apps/openoffice-bin/BUILD
@@ -19,7 +19,6 @@
sedit "s|/etc/openoffice.org3|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org3-printeradmin || exit 1
fi &&
-
cd $OO_INSTALL_DIR &&
rm -rf desktop-integration &&
@@ -38,7 +37,7 @@
prepare_install &&
message "${MESSAGE_COLOR}Installing OpenOffice ${VERSION}...${DEFAULT_COLOR}" &&
- mkdir -p /opt/lunar/openoffice &&
+ mkdir -p $MODULE_PREFIX/openoffice &&
cp -a "${OO_INSTALL_DIR}/opt/openoffice.org3" /opt/lunar/openoffice/ &&
cp -a "${OO_INSTALL_DIR}/opt/openoffice.org" /opt/lunar/openoffice &&
More information about the Lunar-commits
mailing list