common: fix "$repository" = "nonfree" comparision.
This commit is contained in:
parent
cb7c83f230
commit
1a75818e7b
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ setup_pkg() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For nonfree/bootstrap pkgs there's no point in building -dbg pkgs, disable them.
|
# For nonfree/bootstrap pkgs there's no point in building -dbg pkgs, disable them.
|
||||||
if [ -z "$XBPS_DEBUG_PKGS" -o -n "$repository" = "nonfree" -o -n "$bootstrap" ]; then
|
if [ -z "$XBPS_DEBUG_PKGS" -o "$repository" = "nonfree" -o -n "$bootstrap" ]; then
|
||||||
disable_debug=yes
|
disable_debug=yes
|
||||||
fi
|
fi
|
||||||
# If a package sets force_debug_pkgs, always build -dbg pkgs.
|
# If a package sets force_debug_pkgs, always build -dbg pkgs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue