diff options
author | June McEnroe <june@causal.agency> | 2021-09-27 01:42:55 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-27 01:42:55 +0000 |
commit | b81e3f3decdc7a911b6fbe992d52ca8281b02cc2 (patch) | |
tree | 4a28c08850c733d6a6ced5b8bad829c026074827 | |
parent | OpenBSD: Copy appropriate files for chroot (diff) | |
download | play-b81e3f3decdc7a911b6fbe992d52ca8281b02cc2.tar.gz play-b81e3f3decdc7a911b6fbe992d52ca8281b02cc2.zip |
Extract chroot.tar with -p
Explicitly preserve ownership and permissions, which is not the default on OpenBSD.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0477c92..95564dd 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ clean: rm -fr play ${OBJS} tags chroot.tar root install: chroot.tar - tar -x -f chroot.tar -C /home/${CHROOT_USER} + tar -px -f chroot.tar -C /home/${CHROOT_USER} |