From 43b832d9accd2d48178730135712bc8f264630a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 3 May 2019 18:30:02 +0200 Subject: [PATCH] mev: don't ignore error in build.sh --- haiku-apps/mev/mev-0.9.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/mev/mev-0.9.0.recipe b/haiku-apps/mev/mev-0.9.0.recipe index 2955a2212..5d351ac2d 100644 --- a/haiku-apps/mev/mev-0.9.0.recipe +++ b/haiku-apps/mev/mev-0.9.0.recipe @@ -28,7 +28,7 @@ BUILD_PREREQUIRES=" BUILD() { - sh build.sh + sh -e build.sh addattr -t mime BEOS:TYPE application/x-vnd.BeUnited.MeV-Document app/songs/* }