Make all tar flags consistent

weechat-hashes
Curtis McEnroe 2019-01-24 20:46:33 -05:00
parent e95a6b776e
commit 696fc3bcb9
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ chroot.tar: catgirl catgirl.1 man.sh
cp -fp /rescue/sh /usr/bin/mandoc /usr/bin/less root/bin
$(MAKE) install PREFIX=root/usr
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
tar -x -f chroot.tar -C /home/$(CHROOT_USER)