From 98383d750cdbef6ec9aab41686e26cb6eb31a71f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Apr 2023 15:09:53 +0200 Subject: [PATCH] ghostscript: Directly path make target to `bee_build` --- ghostscript.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index 191b85875..f174aa85f 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -24,8 +24,7 @@ mee_configure() { } mee_build() { - bee_build - start_cmd make ${BEE_MAKEFLAGS} so + bee_build so } mee_install() {