xbps-src: remove noarch

This commit is contained in:
q66 2021-01-20 12:55:11 +01:00
parent 06d3472acd
commit cb804fbf85
9 changed files with 11 additions and 33 deletions

View file

@ -56,7 +56,7 @@ hook() {
mapshlibs=$XBPS_COMMONDIR/shlibs
if [ "${archs// /}" = "noarch" -o -n "$noverifyrdeps" ]; then
if [ -n "$noverifyrdeps" ]; then
store_pkgdestdir_rundeps
return 0
fi