[Libreoffice-commits] core.git: bin/distro-install-sdk

Rene Engelhard rene at debian.org
Wed Jun 26 10:50:47 PDT 2013


 bin/distro-install-sdk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9384f4d2c7c20ffe8ffa193af5d771248353f1dc
Author: Rene Engelhard <rene at debian.org>
Date:   Wed Jun 26 19:50:05 2013 +0200

    bin/distro-install-sdk: set new OO_SDK_SED_HOME/O_SDK_CAT_HOME
    
    Change-Id: I0ca0edf4fc8f19adb1859eb4a679fee6480ea295

diff --git a/bin/distro-install-sdk b/bin/distro-install-sdk
index 7ec49ac..36b0e23 100755
--- a/bin/distro-install-sdk
+++ b/bin/distro-install-sdk
@@ -73,6 +73,8 @@ if test -d $DESTDIR$INSTALLDIR/sdk ; then
 	    -e "s, at OO_SDK_MAKE_HOME@,/usr/bin," \
 	    -e "s, at OO_SDK_ZIP_HOME@,/usr/bin," \
 	    -e "s, at OO_SDK_CPP_HOME@,/usr/bin," \
+	    -e "s, at OO_SDK_SED_HOME@,/usr/bin," \
+	    -e "s, at OO_SDK_CAT_HOME@,/usr/bin," \
 	    -e "s, at OO_SDK_CC_55_OR_HIGHER@,," \
 	    -e "s, at OO_SDK_JAVA_HOME@,$JAVA_HOME," \
 	    -e "s, at OO_SDK_OUTPUT_DIR@,\$HOME," \


More information about the Libreoffice-commits mailing list