summaryrefslogtreecommitdiffstats
path: root/source/l/liburing/liburing.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/liburing/liburing.SlackBuild')
-rwxr-xr-xsource/l/liburing/liburing.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/l/liburing/liburing.SlackBuild b/source/l/liburing/liburing.SlackBuild
index 4495478bf..1bf901299 100755
--- a/source/l/liburing/liburing.SlackBuild
+++ b/source/l/liburing/liburing.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=liburing
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -125,7 +125,6 @@ done
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
COPYING* LICENSE* README* \
- examples \
$PKG/usr/doc/${PKGNAM}-$VERSION
mkdir -p $PKG/install