base-directories: make a /var/mail -> /var/spool/mail symlink.

This commit is contained in:
Juan RP 2014-08-03 18:55:50 +02:00
parent 2e7706aefa
commit afde72dc9a
2 changed files with 8 additions and 3 deletions

View File

@ -59,11 +59,16 @@ make_system_dirs()
exit 1
fi
done
cd var && ln -sf ../run . && cd ..
cd var && ln -sf ../run/lock . && cd ..
cd var
ln -sf ../run .
ln -sf ../run/lock .
ln -sf spool/mail mail
cd ..
install -dm1777 tmp
install -dm1777 var/tmp
}
case "${ACTION}" in

View File

@ -1,6 +1,6 @@
# Template file for 'base-directories'
pkgname=base-directories
version=0.28
version=0.29
revision=1
noarch=yes
bootstrap=yes