Not using aether as install user
This commit is contained in:
parent
d85ca04a18
commit
125177f35f
2
Makefile
2
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'
|
||||
|
Loading…
Reference in New Issue
Block a user