diff --git a/Makefile b/Makefile index ab758bb..d063818 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ install: compile ${LIST} ${SYSDLIST} for i in ${SYSDLIST}; do install -m 0664 -o root -g root "$$i" ${pkgdir}/usr/lib/systemd/system; done # Config mkdir -p ${pkgdir}/usr/local/etc - install -m 0700 -o aether -d ${pkgdir}/usr/local/etc/Aether + install -m 0700 -o root -d ${pkgdir}/usr/local/etc/Aether clean: @bash -c 'printf "This will irreversibly destroy all backups. Confirm? [YES/no] " ; read answer; [ "$$answer" == "YES" ] && exit 0; exit 1'