File: 02_add_script_path.patch

package info (click to toggle)
dv4l 1.0-6
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 7,541; makefile: 320; sh: 260
file content (15 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 02_add_script_path.dpatch by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
##
## DP: Add script path to mkdv4lstart

diff -urNad dv4l-1.0~/mkdv4lstart dv4l-1.0/mkdv4lstart
--- dv4l-1.0~/mkdv4lstart	2008-02-13 05:01:13.000000000 +0900
+++ dv4l-1.0/mkdv4lstart	2008-10-27 23:44:01.000000000 +0900
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 cat > dv4lstart << EOF
+#!/bin/sh
 # export LD_DEBUG=bindings
 # export DV4L_VERBOSE=3
 export LD_PRELOAD="$1/libdv4l.so"