summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-14 06:33:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-14 06:33:02 +0700
commit516a405d6ab55ce3b827b9edbf41f40a2f292fa4 (patch)
treea336769eae74f4d7610c3d1b836824d71b4e03ce
parent2870d148e28b2243b9705f2e5ddfd9c95c801ee4 (diff)
downloadslackbuilds-516a405d6ab55ce3b827b9edbf41f40a2f292fa4.tar.gz
slackbuilds-516a405d6ab55ce3b827b9edbf41f40a2f292fa4.tar.xz
development/julia: Restore libexec support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/julia/julia.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/development/julia/julia.SlackBuild b/development/julia/julia.SlackBuild
index a385ce2eb3..5df881d5b6 100644
--- a/development/julia/julia.SlackBuild
+++ b/development/julia/julia.SlackBuild
@@ -77,6 +77,7 @@ cp -r etc $PKG/usr/etc
cp -r include $PKG/usr/include
# The julia binary expects all its libs to be in lib, not lib${LIBDIRSUFFIX}
cp -r lib $PKG/usr/lib
+cp -r libexec $PKG/usr/libexec
cp -r share $PKG/usr/share
# Don't strip binaries as it could cause some breakage