summaryrefslogtreecommitdiffstats
path: root/system/spl-solaris
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-02-24 22:05:02 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-27 13:22:37 +0700
commitb180cf343b85471f0155fa4386d500002cec9221 (patch)
treebae199ce53370cc8c77dd8881eb60eb3120f26e6 /system/spl-solaris
parent2d370e02d24c0d0a52d85aaeef04308e0c9dfb50 (diff)
downloadslackbuilds-b180cf343b85471f0155fa4386d500002cec9221.tar.gz
slackbuilds-b180cf343b85471f0155fa4386d500002cec9221.tar.xz
system/spl-solaris: Fixed package version.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/spl-solaris')
-rw-r--r--system/spl-solaris/spl-solaris.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/spl-solaris/spl-solaris.SlackBuild b/system/spl-solaris/spl-solaris.SlackBuild
index d1cba62331..b6288e2138 100644
--- a/system/spl-solaris/spl-solaris.SlackBuild
+++ b/system/spl-solaris/spl-solaris.SlackBuild
@@ -77,7 +77,7 @@ if [ -z $LINUXPATH ]; then
LINUXPATH=/usr/src/linux
fi
-KERN=$(cut -d '"' -f2 $LINUXPATH/include/generated/utsrelease.h)
+KERN=$(cut -d '"' -f2 $LINUXPATH/include/generated/utsrelease.h | tr - _)
CFLAGS="$SLKCFLAGS" \
./configure \