diff options
author | Tomáš Chvátal <tchvatal@suse.cz> | 2011-08-17 11:33:55 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-09-08 14:19:30 +0200 |
commit | 2fe52eded60106062dd5736885c5537155cb03f7 (patch) | |
tree | feb9262fd4127c3df4ed9c5485cb2c8c5272ef10 /bin | |
parent | f4e73300f6a8f3e96cc50bbc77ac5b59631024c1 (diff) |
Fixup non-respecting DESTDIR for DOCDIR chmod.
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-clean-up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/distro-install-clean-up b/bin/distro-install-clean-up index df7ac9d9192e..229b7e884aba 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 \ |