summaryrefslogtreecommitdiffstats
path: root/development/dkms/dkms.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/dkms/dkms.SlackBuild')
-rw-r--r--development/dkms/dkms.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/development/dkms/dkms.SlackBuild b/development/dkms/dkms.SlackBuild
index 9d9dea1c26..3f563ca45a 100644
--- a/development/dkms/dkms.SlackBuild
+++ b/development/dkms/dkms.SlackBuild
@@ -2,6 +2,8 @@
# Copyright (c) 2012-2017 LEVAI Daniel
# All rights reserved.
+# Copyright (c) 2018 Christoph Willing Brisbane, Australia
+# All rights reserved.
#
# * Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -24,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dkms
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,7 +72,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch --strip=0 --quiet < $CWD/patches/Makefile_mktemp.diff
+patch -p0 < $CWD/Makefile_mktemp.diff
CFLAGS="$SLKCFLAGS" make install DESTDIR=$PKG
mv $PKG/usr/share/man $PKG/usr/man