summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-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