From af17e2a4311a4e155837584a2a4f704c51a73642 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Fri, 29 Mar 2013 18:10:19 +0100 Subject: distro-install-sdk: don't try to chmod not packed component.uno.map Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4 --- bin/distro-install-sdk | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/distro-install-sdk b/bin/distro-install-sdk index 7b1504e01e6d..7ec49aca8b44 100755 --- a/bin/distro-install-sdk +++ b/bin/distro-install-sdk @@ -83,6 +83,4 @@ if test -d $DESTDIR$INSTALLDIR/sdk ; then echo $INSTALLDIR/sdk/$file >>$DESTDIR/gid_Module_Root_SDK done - # FIXME: I rather set this file to be non-world-writttable for now, i#64812 - chmod go-w $DESTDIR$INSTALLDIR/sdk/settings/component.uno.map fi -- cgit