comparison core/filesystem/filesystem.sh @ 555:e51af292bfd9

core/filesystem: add /sbin symlink
author David Demelier <markand@malikania.fr>
date Thu, 04 Jul 2019 20:18:00 +0200
parents bad483aace64
children b6fb72c376c0
comparison
equal deleted inserted replaced
554:e135d70987c1 555:e51af292bfd9
43 install -d $DESTDIR/var/{log,empty,spool} 43 install -d $DESTDIR/var/{log,empty,spool}
44 install -dm 1777 $DESTDIR/tmp 44 install -dm 1777 $DESTDIR/tmp
45 install -dm 1777 $DESTDIR/var/run 45 install -dm 1777 $DESTDIR/var/run
46 install -dm 1777 $DESTDIR/var/tmp 46 install -dm 1777 $DESTDIR/var/tmp
47 ln -sf / $DESTDIR/usr 47 ln -sf / $DESTDIR/usr
48 ln -sf /bin $DESTDIR/sbin
48 } 49 }