diff options
author | Rene Engelhard <rene@debian.org> | 2013-03-29 18:10:19 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2013-03-29 18:11:13 +0100 |
commit | af17e2a4311a4e155837584a2a4f704c51a73642 (patch) | |
tree | be0afbf4262cc02b29da892e8e68ed1c4dfd9622 /bin | |
parent | 18f299a47fecda6570ff898d6da4207b1ddd9a45 (diff) |
distro-install-sdk: don't try to chmod not packed component.uno.map
Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-sdk | 2 |
1 files changed, 0 insertions, 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 |