[buildpkg] also do checks in display mode

This commit is contained in:
udeved 2016-06-09 11:33:40 +02:00
parent 7b6288e0b5
commit 64244bfda3

View file

@ -23,6 +23,7 @@ import ${LIBDIR}/util.sh
import ${LIBDIR}/util-pkg.sh import ${LIBDIR}/util-pkg.sh
show_pkg(){ show_pkg(){
check_build "$1"
cd $1 cd $1
source PKGBUILD source PKGBUILD
for n in ${pkgname[@]}; do for n in ${pkgname[@]}; do