1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../nvidia/module-install-26.patch
5 # Copyright (C) 2010 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- NVIDIA-Linux-x86_64-100.14.19-pkg2/usr/src/nv/Makefile.kbuild.orig 2007-10-18 10:42:17.000000000 -0700
18 +++ NVIDIA-Linux-x86_64-100.14.19-pkg2/usr/src/nv/Makefile.kbuild 2007-10-18 10:43:53.000000000 -0700
20 module-install: suser-sanity-check module
21 @mkdir -p $(MODULE_ROOT)/video; \
22 install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \
23 - PATH="$(PATH):/bin:/sbin" depmod -ae;
24 + echo "$(MODULE_OBJECT) installed successfully.";
25 +# PATH="$(PATH):/bin:/sbin" depmod -ae;
28 # This target builds, then installs, then creates device nodes and inserts
32 package-install: module-install rmmod-sanity-check
33 - @PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \
34 + #@PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \
35 echo "$(MODULE_OBJECT) installed successfully.";