diff options
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} |