Make all tar flags consistent
parent
e95a6b776e
commit
696fc3bcb9
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ chroot.tar: catgirl catgirl.1 man.sh
|
||||||
cp -fp /rescue/sh /usr/bin/mandoc /usr/bin/less root/bin
|
cp -fp /rescue/sh /usr/bin/mandoc /usr/bin/less root/bin
|
||||||
$(MAKE) install PREFIX=root/usr
|
$(MAKE) install PREFIX=root/usr
|
||||||
install man.sh root/usr/bin/man
|
install man.sh root/usr/bin/man
|
||||||
tar -cf chroot.tar -C root bin etc home lib libexec usr
|
tar -c -f chroot.tar -C root bin etc home lib libexec usr
|
||||||
|
|
||||||
install-chroot: chroot.tar
|
install-chroot: chroot.tar
|
||||||
tar -x -f chroot.tar -C /home/$(CHROOT_USER)
|
tar -x -f chroot.tar -C /home/$(CHROOT_USER)
|
||||||
|
|
Loading…
Reference in New Issue