mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
14 lines
287 B
Makefile
14 lines
287 B
Makefile
# Convenience targets for building and installing Arch packages
|
|
# prior to committing changes to git.
|
|
|
|
local:
|
|
makepkg -f -p PKGBUILD-local --asroot
|
|
rm -rf pkg
|
|
|
|
install: local
|
|
-yes | pacman -R salt-local
|
|
-yes | pacman -R salt-git
|
|
-yes | pacman -R salt
|
|
yes | pacman -U salt-local-*
|
|
|