Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gnuplot: fix build as non-root
- as non-root finds latex and uses it, writing to /package. fixed.
  • Loading branch information
wwwutz committed Sep 16, 2021
1 parent 15e5533 commit 7f9763c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 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"
Expand All @@ -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() {
Expand Down

0 comments on commit 7f9763c

Please sign in to comment.