summaryrefslogtreecommitdiffstats
path: root/source/x/egl-wayland/egl-wayland.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/egl-wayland/egl-wayland.SlackBuild')
-rwxr-xr-xsource/x/egl-wayland/egl-wayland.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/x/egl-wayland/egl-wayland.SlackBuild b/source/x/egl-wayland/egl-wayland.SlackBuild
index 4448e0f84..6f6bce353 100755
--- a/source/x/egl-wayland/egl-wayland.SlackBuild
+++ b/source/x/egl-wayland/egl-wayland.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=egl-wayland
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -99,7 +99,7 @@ meson setup \
cd ..
# Install the NVidia ICD file:
-mkdir $PKG/usr/share/egl/egl_external_platform.d/
+mkdir -p $PKG/usr/share/egl/egl_external_platform.d/
cp -a $CWD/10_nvidia_wayland.json $PKG/usr/share/egl/egl_external_platform.d/
chown root:root $PKG/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json
chmod 644 $PKG/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json