xbps-src: add informative run mode
This commit is contained in:
@@ -58,7 +58,7 @@ msg_red_nochroot() {
|
||||
|
||||
msg_error() {
|
||||
msg_red "$@"
|
||||
exit 1
|
||||
[ -n "$XBPS_INFORMATIVE_RUN" ] || exit 1
|
||||
}
|
||||
|
||||
msg_warn() {
|
||||
@@ -95,7 +95,6 @@ set_build_options() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
for f in ${build_options}; do
|
||||
_pkgname=${pkgname//\-/\_}
|
||||
_pkgname=${_pkgname//\+/\_}
|
||||
|
Reference in New Issue
Block a user