summaryrefslogtreecommitdiffstats
path: root/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild')
-rw-r--r--system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
index 84182ba63b..53aeeb73ee 100644
--- a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
+++ b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nvidia-open-kernel
-VERSION=${VERSION:-515.48.07}
+VERSION=${VERSION:-515.57}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -101,11 +101,11 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$PKGVER
cp -a README.md CHANGELOG.md SECURITY.md $PKG/usr/doc/$PRGNAM-$PKGVER
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$PKGVER/$PRGNAM.SlackBuild
-# Geforce and workstation GPUs are not yet fully supported, so we need
-# this if you are on those GPUs:
+# Geforce and workstation GPUs are not yet fully supported,
+# so we need this if you are on those GPUs:
if [ "${GEFORCE:-no}" = "yes" ]; then
mkdir -p $PKG/etc/modprobe.d
- cat $CWD/nvidia.conf > $PKG/etc/modprobe.d/nvidia.conf
+ cat $CWD/geforce.conf > $PKG/etc/modprobe.d/geforce.conf
fi
mkdir -p $PKG/install