topdir.mk, pkg-manager.sh: Add archlinux package dependencies

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-01-02 14:10:48 +00:00
commit 098a5f2a80
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ prefix.done:
touch $@
echo-prereq-build:
@python2 $(MOD_SCRIPT_DIR)/projects.py --topdir . $(PROJECTS_PY_EXTRA_ARGS) requires-pkg $(RPM_PROJECT)
@echo $(call proj_query, requires-pkg --flavours "build" $(PROJECT))
list-files echo-files:
@$(LIST_VCS_FILES) -f

View file

@ -65,7 +65,7 @@ cmd_install()
global_opts="$global_opts --noconfirm"
env="$env DEBIAN_FRONTEND=noninteractive"
}
eval run sudo $env -S pacman $global_opts -S "$@"
eval run sudo $env -S pacman $global_opts -S --needed "$@"
;;
*)
fatal "Tried to install on unsupported platform \"$ID\""