[Libreoffice-commits] .: bin/distro-install-clean-up
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Sep 8 05:19:38 PDT 2011
bin/distro-install-clean-up | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2fe52eded60106062dd5736885c5537155cb03f7
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 df7ac9d..229b7e8 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