From 7234765e2576c3fe3de55abdc5aab7a031528298 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 14 Feb 2019 13:39:48 +0100 Subject: [PATCH] ghostscript: Prepend `make so` with `start_cmd` --- ghostscript.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index 93172a7d3..95cb2c28a 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -19,7 +19,7 @@ mee_configure() { mee_build() { bee_build - make so + start_cmd make so } mee_install() {