diff --git a/EtcFiles/Makefile b/EtcFiles/Makefile index d999c03..8e4921b 100644 --- a/EtcFiles/Makefile +++ b/EtcFiles/Makefile @@ -1,9 +1,9 @@ httpRoot = ${pkgdir}/srv/http/aninix.net httpUser = http syncList = profile.d tmux.conf -userServiceList = tmux.service ssh-agent.service +userServiceList = tmux.service -compile: ./shadowarch +compile: ./shadowarch ${syncList} ${userServiceList} ./shadowarch.vim ./skel @echo Nothing to compile install: compile @@ -16,9 +16,6 @@ install: compile cp -pr ./skel ${pkgdir}/etc if [ `uname -r | grep -c arch` -eq 1 ]; then mkdir -p ${pkgdir}/usr/share/pacman/keyrings; cp aninix.gpg ${pkgdir}/usr/share/pacman/keyrings; fi -repository: shadowarch ${httpRoot} - cp ./shadowarch ${httpRoot} - checkperm: ${syncList} printf "What is your deprivileged user? "; read user; chown -R ${user}:${user} . if [ -f ${httpRoot}/shadowarch ]; then chmod 0755 ${httpRoot}/shadowarch; chown ${httpUser} ${httpRoot}/shadowarch; fi