diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-11 19:51:39 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-11 19:51:39 +0000 |
commit | b1cd2e70ab1dce46b1ac49a8f4df3f0719692d8a (patch) | |
tree | 3e3e45bbc087841770fabbfe0ebbac5897d9ac74 /scripts/upd-instroot | |
parent | 2a2bcf40345f8baffe1b8d01ce23cd0376640a50 (diff) | |
download | anaconda-b1cd2e70ab1dce46b1ac49a8f4df3f0719692d8a.tar.gz anaconda-b1cd2e70ab1dce46b1ac49a8f4df3f0719692d8a.tar.xz anaconda-b1cd2e70ab1dce46b1ac49a8f4df3f0719692d8a.zip |
fixed
Diffstat (limited to 'scripts/upd-instroot')
-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 |