[Libreoffice-commits] .: Branch 'libreoffice-3-4' - bin/distro-install-clean-up

Petr Mladek pmladek at kemper.freedesktop.org
Wed Aug 17 02:42:48 PDT 2011


 bin/distro-install-clean-up |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aabeb64cc0be9fe0eb840323b835ace956bdb65f
Author: Tomáš Chvátal <tchvatal at suse.cz>
Date:   Wed Aug 17 11:33:55 2011 +0200

    Fixup non-respecting DESTDIR for DOCDIR chmod.
    
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

diff --git a/bin/distro-install-clean-up b/bin/distro-install-clean-up
index 7283bb9..4d134fe 100755
--- a/bin/distro-install-clean-up
+++ b/bin/distro-install-clean-up
@@ -59,7 +59,7 @@ if test -f $DESTDIR$INSTALLDIR/help/en/sbasic.cfg -a \
 fi
 
 echo "Fixing permissions..."
-for dir in $DOCDIR $DESTDIR$INSTALLDIR/basis$PRODUCTVERSION/sdk/examples ; do
+for dir in $DESTDIR$DOCDIR $DESTDIR$INSTALLDIR/basis$PRODUCTVERSION/sdk/examples ; do
     if test -d $dir -a -w $dir ; then
 	find "$dir" -type f \( -name "*.txt" -o -name "*.java" -o -name "*.xml"    -o \
 			       -name "*.xcu" -o -name "*.xcs"  -o -name "*.html"   -o \


More information about the Libreoffice-commits mailing list