qemu{,-user}: silence build-style sourcing
noisy in update-check etc
This commit is contained in:
parent
42b3c367ea
commit
a680245d2d
|
@ -71,7 +71,7 @@ for _arch in "${_archs[@]}"; do
|
|||
}"
|
||||
done
|
||||
|
||||
. /void-packages/common/build-style/configure.sh
|
||||
. /void-packages/common/build-style/configure.sh 2>/dev/null
|
||||
|
||||
_user_tmpl() {
|
||||
_arch="$1"
|
||||
|
|
|
@ -134,7 +134,7 @@ done
|
|||
|
||||
subpackages+=" qemu-common"
|
||||
|
||||
. /void-packages/common/build-style/configure.sh
|
||||
. /void-packages/common/build-style/configure.sh 2>/dev/null
|
||||
|
||||
_sys_tmpl() {
|
||||
_arch="$1"
|
||||
|
|
Loading…
Reference in New Issue