From b1cd2e70ab1dce46b1ac49a8f4df3f0719692d8a Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 11 Jul 2000 19:51:39 +0000 Subject: fixed --- scripts/upd-instroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit