[Lunar-commits] <moonbase> openoffice-bin: Fixing the result of a small typo

Dave Brown dagbrown at lunar-linux.org
Mon May 18 04:48:08 CEST 2009


commit 42628d6927d5bbb5b1e2e53ed5ef7d3b3cfdc04d
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Mon May 18 11:48:08 2009 +0900

    openoffice-bin: Fixing the result of a small typo
    
    The line that moves desktop-integration to the right place to install
    got deleted by accident.  Fixed.
---
 x11-apps/openoffice-bin/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/x11-apps/openoffice-bin/BUILD b/x11-apps/openoffice-bin/BUILD
index b311ad6..6a78877 100644
--- a/x11-apps/openoffice-bin/BUILD
+++ b/x11-apps/openoffice-bin/BUILD
@@ -7,6 +7,7 @@
 
   if [ "$USE_DESKTOPINTEGRATION" = "y" ] ; then
 
+    mv ${OO_INSTALL_DIR}/desktop-integration ${SOURCE_DIRECTORY} &&
     cd ${SOURCE_DIRECTORY}/desktop-integration/ &&
 
     INT_FILE=openoffice.org3.1-freedesktop-menus-3.1-9393.noarch &&


More information about the Lunar-commits mailing list