Add chmod o-w /usr
After the default install, /usr was world writable. perl refused to install itself into /usr with that permission. This fixes the permissions.
This commit is contained in:
parent
423be1545c
commit
f7c1307878
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ mount /dev/$root /mnt >/dev/null || exit
|
||||||
|
|
||||||
# Running from the installation CD.
|
# Running from the installation CD.
|
||||||
cpdir -vx / /mnt | progressbar "$ROOTFILES" || exit
|
cpdir -vx / /mnt | progressbar "$ROOTFILES" || exit
|
||||||
|
chmod o-w /mnt/usr
|
||||||
cp /mnt/etc/motd.install /mnt/etc/motd
|
cp /mnt/etc/motd.install /mnt/etc/motd
|
||||||
|
|
||||||
# Fix /var/log
|
# Fix /var/log
|
||||||
|
|
Loading…
Reference in a new issue