summaryrefslogtreecommitdiffstats
path: root/system/nvidia-kernel/nvidia-kernel.SlackBuild
diff options
context:
space:
mode:
author Edward Koenig2013-11-05 04:52:45 +0100
committer Robby Workman2013-11-05 04:53:01 +0100
commitafc578a3dba8a4a52aa36b47b2d7a5d6c937ebb3 (patch)
tree1da757e6dc76366dd8f1ccdea4b9c4920b32e391 /system/nvidia-kernel/nvidia-kernel.SlackBuild
parentc1e2151736724888d0bb188cb37757c1f15cc02a (diff)
downloadslackbuilds-afc578a3dba8a4a52aa36b47b2d7a5d6c937ebb3.tar.gz
system/nvidia-kernel: Updated for version 319.60.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/nvidia-kernel/nvidia-kernel.SlackBuild')
-rw-r--r--system/nvidia-kernel/nvidia-kernel.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild
index 7ddc45b4fb..489402db4c 100644
--- a/system/nvidia-kernel/nvidia-kernel.SlackBuild
+++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild
@@ -40,9 +40,10 @@
# 2.2 22-NOV-2012 new version - Long Lived Branch.
# 2.3 15-FEB-2013 new version - Long Lived Branch.
# 2.4 19-MAY-2013 new version - Long Lived Branch.
+# 2.6 20-OCT-2013 new version - Long Lived Branch.
PRGNAM=nvidia-kernel
-VERSION=319.32
+VERSION=319.60
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -95,8 +96,8 @@ mkdir -p $PKG/lib/modules/$KERNEL/kernel/drivers/video
install -m 0664 nvidia.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
# Make sure the X is specified to automagically load the
-# correct driver, since I always forget.
-# Remove this file if you have an equivilent entry in /etc/X11/xorg.d
+# correct driver, since I always forget. You can remove
+# this file if you have an equivilent entry in /etc/X11/xorg.d
mkdir -p $PKG/usr/share/X11/xorg.conf.d/
cat $CWD/10-nvidia.conf > $PKG/usr/share/X11/xorg.conf.d/10-nvidia.conf