From b81e3f3decdc7a911b6fbe992d52ca8281b02cc2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 27 Sep 2021 01:42:55 +0000 Subject: Extract chroot.tar with -p Explicitly preserve ownership and permissions, which is not the default on OpenBSD. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.4.1