mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-apps/dbus-broker: abort if subprojects download fails
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -41,7 +41,7 @@ if [[ ${PV} == 9999 ]]; then
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
cd "${P}" || die
|
||||
meson subprojects download
|
||||
meson subprojects download || die
|
||||
}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user