diff options
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index ee6846d4a..44113ba75 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -450,7 +450,7 @@ rpm2cpio $GLIBC | (cd $TZDIR; cpio --quiet -iumd usr/share/zoneinfo usr/share/zo rm -rf $TZDIR chown -R root:root $DEST $DESTGR -chmod -R a+r a-w $DEST $DESTGR +chmod -R a+rX-w $DEST $DESTGR if [ $ARCH = sparc ]; then rm -f $DESTGR/usr/X11R6/bin/XF86_VGA16 |