diff --git a/ghostscript.be0 b/ghostscript.be0 index 5d22fc867..95cb2c28a 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION ghostscript-9.25-0 +# BEE_VERSION ghostscript-9.26-0 XPKGVERSION_COMPACT=$(echo ${PKGVERSION} | tr -d '.') SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${XPKGVERSION_COMPACT}/ghostscript-${PKGVERSION}.tar.gz" @@ -19,7 +19,7 @@ mee_configure() { mee_build() { bee_build - make so + start_cmd make so } mee_install() {