diff options
Diffstat (limited to 'Ports/gnuplot/package.sh')
-rwxr-xr-x | Ports/gnuplot/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/gnuplot/package.sh b/Ports/gnuplot/package.sh index 93e519d387..17a7eb4a71 100755 --- a/Ports/gnuplot/package.sh +++ b/Ports/gnuplot/package.sh @@ -4,7 +4,7 @@ version=5.2.8 useconfigure=true # Note: gnuplot's source code is hosted on SourceForge, but using the GitHub mirror makes downloading a versioned .tar.gz easier. files="https://github.com/gnuplot/gnuplot/archive/${version}.tar.gz gnuplot-${version}.tar.gz" -configopts="--prefix=$SERENITY_ROOT/Build/Root/usr/local --with-readline=builtin" +configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr/local --with-readline=builtin" pre_configure() { run ./prepare |