Fix /var/run to /run symlink

This commit is contained in:
Victor LABORIE 2017-08-22 17:03:21 +02:00
parent 2f8b655fa6
commit 985c72194a

2
bkctld
View file

@ -171,7 +171,7 @@ mk_jail() {
ln -s usr/bin bin
ln -s usr/lib lib
ln -s usr/lib64 lib64
ln -s run var/run
ln -st var ../run
touch var/log/lastlog var/log/wtmp run/utmp
echo "2 - Copying essential files"