OpenSDE Packages Database (without history before r20070)
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.

22 lines
970 B

  1. 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
  2. --- NVIDIA-Linux-x86-100.14.19-pkg1.orig/usr/src/nv/Makefile.kbuild 2007-09-12 23:49:01.000000000 +0200
  3. +++ NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Makefile.kbuild 2007-09-22 20:33:07.000000000 +0200
  4. @@ -334,7 +334,8 @@
  5. module-install: suser-sanity-check module
  6. @mkdir -p $(MODULE_ROOT)/video; \
  7. install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \
  8. - PATH="$(PATH):/bin:/sbin" depmod -ae;
  9. + echo "$(MODULE_OBJECT) installed successfully.";
  10. +# PATH="$(PATH):/bin:/sbin" depmod -ae;
  11. #
  12. # This target builds, then installs, then creates device nodes and inserts
  13. @@ -342,7 +343,7 @@
  14. #
  15. package-install: module-install rmmod-sanity-check
  16. - PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \
  17. +# PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) &&
  18. echo "$(MODULE_OBJECT) installed successfully.";
  19. #