Removing ssh-agent.service for upstream bb1d76e93e; LICENSE update

This commit is contained in:
DarkFeather 2023-10-14 12:52:00 -05:00
parent c106ee874f
commit 178f010fdf
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 2 additions and 5 deletions

View File

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