[Libreoffice-commits] .: Branch 'libreoffice-3-4-3' - bin/distro-install-clean-up
Thorsten Behrens
thorsten at kemper.freedesktop.org
Tue Aug 23 06:19:06 PDT 2011
bin/distro-install-clean-up | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2407092f747639a15b9f457a21d3c6e7c508cf48
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>
(cherry picked from commit aabeb64cc0be9fe0eb840323b835ace956bdb65f)
Signed-off-by: Tor Lillqvist <tlillqvist at novell.com>
Signed-off-by: Thorsten Behrens <tbehrens at novell.com>
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