comparison core/filesystem/filesystem.sh @ 111:6b530ef31a4a

core/filesystem: add some other directories
author David Demelier <markand@malikania.fr>
date Sat, 09 Mar 2019 16:45:41 +0100
parents deda4251f9bc
children e737b80da269
comparison
equal deleted inserted replaced
110:6a71c4511911 111:6b530ef31a4a
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 source ./filesystem.info 18 source ./filesystem.info
19 19
20 set -e 20 set -ex
21 21
22 install -d $DESTDIR/etc 22 install -d $DESTDIR/etc
23 install -d $DESTDIR/home
23 install -d $DESTDIR/mnt 24 install -d $DESTDIR/mnt
24 install -d $DESTDIR/proc 25 install -d $DESTDIR/proc
26 install -d -m 0700 $DESTDIR/root
27 install -d $DESTDIR/run
25 install -d $DESTDIR/sys 28 install -d $DESTDIR/sys
26 install -d $DESTDIR/dev/pts 29 install -d $DESTDIR/dev/pts
27 30
28 install -d $DESTDIR/usr/{bin,sbin,include,lib,share,src} 31 install -d $DESTDIR/usr/{bin,sbin,include,lib,share,src}
29 install -d $DESTDIR/usr/share/man/man{1,2,3,4,5,6,7,8} 32 install -d $DESTDIR/usr/share/man/man{1,2,3,4,5,6,7,8}