Not using aether as install user

This commit is contained in:
DarkFeather 2023-12-07 12:43:37 -06:00
parent d85ca04a18
commit 125177f35f
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 1 additions and 1 deletions

View File

@ -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'