mirror of the now-defunct rocklinux.org
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.

27 lines
1.0 KiB

  1. diff -dur rivatv-0.8.5/Makefile.in rivatv-0.8.5-patch/Makefile.in
  2. --- rivatv-0.8.5/Makefile.in 2004-06-18 09:34:54.000000000 +0200
  3. +++ rivatv-0.8.5-patch/Makefile.in 2004-06-18 09:34:25.000000000 +0200
  4. @@ -70,14 +70,14 @@
  5. @make -C $(KERNEL) SUBDIRS=`pwd`/src EXTRA_CFLAGS="-I`pwd`/bttv @CFLAGS@" modules
  6. devices:
  7. - @if ! test -c /dev/video0 ; then \
  8. - echo Creating video devices. \
  9. - mknod /dev/video0 c 81 0; chmod 660 /dev/video0; \
  10. - mknod /dev/video1 c 81 1; chmod 660 /dev/video1; \
  11. - mknod /dev/video2 c 81 2; chmod 660 /dev/video2; \
  12. - mknod /dev/video3 c 81 3; chmod 660 /dev/video3; \
  13. - ln -s /dev/video0 /dev/video; \
  14. - fi
  15. +# @if ! test -c /dev/video0 ; then \
  16. +# echo Creating video devices. \
  17. +# mknod /dev/video0 c 81 0; chmod 660 /dev/video0; \
  18. +# mknod /dev/video1 c 81 1; chmod 660 /dev/video1; \
  19. +# mknod /dev/video2 c 81 2; chmod 660 /dev/video2; \
  20. +# mknod /dev/video3 c 81 3; chmod 660 /dev/video3; \
  21. +# ln -s /dev/video0 /dev/video; \
  22. +# fi
  23. config:
  24. @-./configure
  25. Nur in rivatv-0.8.5-patch/: Makefile.in~.