From 7f9763c599a2020eeda8c3855bba7e0b0ab3f46b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 16 Sep 2021 14:16:50 +0200 Subject: [PATCH] gnuplot: fix build as non-root - as non-root finds latex and uses it, writing to /package. fixed. --- gnuplot.be0 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnuplot.be0 b/gnuplot.be0 index 3df61e5ad..b4dd88082 100755 --- a/gnuplot.be0 +++ b/gnuplot.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gnuplot-5.4.2-0 +# BEE_VERSION gnuplot-5.4.2-1 #SRCURL[0]="http://sourceforge.net/projects/gnuplot/files/gnuplot/${PKGVERSION}/gnuplot-${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplot-5.4.2.tar.gz" @@ -20,7 +20,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplo #} mee_configure() { - bee_configure --disable-wxt --with-qt=qt5 + bee_configure \ + --disable-wxt \ + --with-qt=qt5 \ + --without-latex } #mee_build() {