You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
diff -ruN NVIDIA-Linux-x86-100.14.19-pkg1.orig/usr/src/nv/Makefile.kbuild NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Makefile.kbuild
|
|
|
|
--- NVIDIA-Linux-x86-100.14.19-pkg1.orig/usr/src/nv/Makefile.kbuild 2007-09-12 23:49:01.000000000 +0200
|
|
|
|
+++ NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Makefile.kbuild 2007-09-22 20:33:07.000000000 +0200
|
|
|
|
@@ -334,7 +334,8 @@
|
|
|
|
module-install: suser-sanity-check module
|
|
|
|
@mkdir -p $(MODULE_ROOT)/video; \
|
|
|
|
install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \
|
|
|
|
- PATH="$(PATH):/bin:/sbin" depmod -ae;
|
|
|
|
+ echo "$(MODULE_OBJECT) installed successfully.";
|
|
|
|
+# PATH="$(PATH):/bin:/sbin" depmod -ae;
|
|
|
|
|
|
|
|
#
|
|
|
|
# This target builds, then installs, then creates device nodes and inserts
|
|
|
|
@@ -342,7 +343,7 @@
|
|
|
|
#
|
|
|
|
|
|
|
|
package-install: module-install rmmod-sanity-check
|
|
|
|
- PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \
|
|
|
|
+# PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) &&
|
|
|
|
echo "$(MODULE_OBJECT) installed successfully.";
|
|
|
|
|
|
|
|
#
|