Keyring updates

This commit is contained in:
2022-01-18 10:49:51 -06:00
parent d7b5fcf3b9
commit 5b9f6ec79d
7 changed files with 14 additions and 37 deletions

View File

@@ -4,6 +4,8 @@ compile: ${LIST}
for i in ${LIST}; do make -C ./$$i; done
install: compile
mkdir -p ${pkgdir}/usr/share/pacman/keyrings
cp EtcFiles/aninix.gpg ${pkgdir}/usr/share/pacman/keyrings
for i in ${LIST}; do make -C ./$$i install; done
reverse:
@@ -21,12 +23,7 @@ clean:
diff:
@echo Please do this for each individual folder in ${LIST}
localinstall: compile
localinstall:
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