Updating some packaging

This commit is contained in:
2021-11-12 13:42:07 -06:00
parent 5b8c8d34e7
commit d7b5fcf3b9
3 changed files with 13 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ compile: ${LIST}
for i in ${LIST}; do make -C ./$$i; done
install: compile
mkdir -p ${pkgdir}/usr/share/pacman/keyrings
for i in ${LIST}; do make -C ./$$i install; done
reverse:
@@ -22,7 +21,12 @@ clean:
diff:
@echo Please do this for each individual folder in ${LIST}
localinstall:
localinstall: compile
mkdir -p ~/bin/
for i in AdminScripts UserScripts; do cd $$i; for j in `ls -1 | grep -v Makefile`; do install -o ${USER} -m 0755 "$$j" /home/${USER}/bin/; done; cd ..; done
cd EtcFiles; for i in `ls -1 | egrep -v '*.service|skel|Makefile'`; do cp "$$i" /home/${USER}/."$$i"; done
pacmankey:
sudo pacman-key --add EtcFiles/aninix.gpg
sudo pacman-key --finger 904DE6275579CB589D85720C1CC1E3F4ED06F296
sudo pacman-key --lsign 904DE6275579CB589D85720C1CC1E3F4ED06F296