summaryrefslogtreecommitdiffstats
path: root/development/dkms/dkms.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2018-07-10 01:05:23 +0200
committer Willy Sudiarto Raharjo2018-07-14 01:55:52 +0200
commit00f17c4de9a2e01cd8d699703e9b56e2fd618427 (patch)
tree0e20bddb37e667d5ffc3ad690275d141bd380e84 /development/dkms/dkms.SlackBuild
parent79d4ae2349af13f4cb4c3a2d83bee81bdcb37102 (diff)
downloadslackbuilds-00f17c4de9a2e01cd8d699703e9b56e2fd618427.tar.gz
development/dkms: Updated for version 2.6.1 + new maintainer
Signed-off-by: Christoph Willing <chris.willing@linux.com>
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