summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-27 01:42:55 +0000
committerJune McEnroe <june@causal.agency>2021-09-27 01:42:55 +0000
commitb81e3f3decdc7a911b6fbe992d52ca8281b02cc2 (patch)
tree4a28c08850c733d6a6ced5b8bad829c026074827
parentOpenBSD: Copy appropriate files for chroot (diff)
downloadplay-b81e3f3decdc7a911b6fbe992d52ca8281b02cc2.tar.gz
play-b81e3f3decdc7a911b6fbe992d52ca8281b02cc2.zip
Extract chroot.tar with -p
Explicitly preserve ownership and permissions, which is not the
default on OpenBSD.
-rw-r--r--Makefile2
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}