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.

40 lines
1.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../rivatv/disable-depmod.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- rivatv-0.8.6/Makefile.in 2004-07-30 18:43:19.000000000 +0200
  17. +++ rivatv-0.8.6-patch/Makefile.in 2005-07-23 22:53:21.721763168 +0200
  18. @@ -100,7 +100,7 @@
  19. else \
  20. install -m 644 -o 0 -g 0 $$ofiles $(MODULES)$(MOD_DEST); \
  21. fi; \
  22. - $(DEPMOD); \
  23. + \
  24. echo; \
  25. echo "RivaTV installed."; \
  26. echo "To load RivaTV, login as root and \`modprobe rivatv\`."; \
  27. @@ -109,11 +109,11 @@
  28. install-ko:
  29. install -m 644 -o 0 -g 0 $(TARGETS:.o=.ko) $(MODULES)$(MOD_DEST); \
  30. - $(DEPMOD);
  31. +
  32. uninstall:
  33. @(cd $(MODULES)$(MOD_DEST) && rm -f $(SOURCES:src/%.c=%.o) $(BTTV_SOURCES:bttv/%.c=%.o) rivatv.o)
  34. - @$(DEPMOD)
  35. +
  36. @echo
  37. @echo RivaTV uninstalled.
  38. @echo