Removing ssh-agent.service for upstream bb1d76e93e
; LICENSE update
This commit is contained in:
parent
c106ee874f
commit
178f010fdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user