[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.5.3-2-4-gc29adc4



The following commit has been merged in the master branch:
commit c29adc43d2fd7a8bc3e8d9608778fc567c2ef338
Author: Rene Engelhard <rene@debian.org>
Date:   Fri May 11 00:42:43 2012 +0200

    HOME=$INSTDIR also for (unused) validate_extensions

diff --git a/shell-lib-extensions.sh b/shell-lib-extensions.sh
index 41619aa..c41c6d8 100644
--- a/shell-lib-extensions.sh
+++ b/shell-lib-extensions.sh
@@ -1,6 +1,6 @@
 validate_extensions() {
-  if /usr/lib/libreoffice/program/unopkg list --bundled >/dev/null 2>/dev/null; then
-	/usr/lib/libreoffice/program/unopkg validate -v --bundled
+  if HOME=$INSTDIR /usr/lib/libreoffice/program/unopkg list --bundled >/dev/null 2>/dev/null; then
+	HOME=$INSTDIR /usr/lib/libreoffice/program/unopkg validate -v --bundled
   fi
 }
 

-- 
LibreOffice packaging repository


Reply to: