diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-10 22:25:31 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-10 22:25:31 +0200 |
commit | 3787d512f7c601e6e1a917d6847b616523abcb4d (patch) | |
tree | bbf80508a9740020151e136bf33b27e44c93b09d /extra | |
parent | 8feef351df6fd0f4e71c22eebb8e69176dcc2d65 (diff) | |
download | nutyx-extra-3787d512f7c601e6e1a917d6847b616523abcb4d.tar.gz nutyx-extra-3787d512f7c601e6e1a917d6847b616523abcb4d.tar.bz2 nutyx-extra-3787d512f7c601e6e1a917d6847b616523abcb4d.tar.xz nutyx-extra-3787d512f7c601e6e1a917d6847b616523abcb4d.zip |
maj nvidia#185.18.36-3
Diffstat (limited to 'extra')
-rw-r--r-- | extra/nvidia/.footprint | 6 | ||||
-rwxr-xr-x | extra/nvidia/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/nvidia/.footprint b/extra/nvidia/.footprint index 4694fcb72..3a842f684 100644 --- a/extra/nvidia/.footprint +++ b/extra/nvidia/.footprint @@ -1,8 +1,8 @@ drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/modules/ -drwxr-xr-x root/root lib/modules/<kernel-version>/ -drwxr-xr-x root/root lib/modules/<kernel-version>/extra/ --rw-r--r-- root/root lib/modules/<kernel-version>/extra/nvidia.ko +drwxr-xr-x root/root lib/modules/2.6.31.2/ +drwxr-xr-x root/root lib/modules/2.6.31.2/extra/ +-rw-r--r-- root/root lib/modules/2.6.31.2/extra/nvidia.ko drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ diff --git a/extra/nvidia/Pkgfile b/extra/nvidia/Pkgfile index badf33ccb..5a4165e5e 100755 --- a/extra/nvidia/Pkgfile +++ b/extra/nvidia/Pkgfile @@ -6,7 +6,7 @@ name=nvidia version=185.18.36 -release=2 +release=3 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 source=(http://us.download.nvidia.com/XFree86/Linux-${_ARCH}/$version/NVIDIA-Linux-${_ARCH}-$version-pkg0.run\ |