aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tvheadend-git/include-syscall-h.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-03-07 10:09:48 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-03-07 10:12:11 +0100
commit904ef04d2264c434812cb0afaf34f01ad1f8d091 (patch)
tree22196c029f91f86ffff477f6f778813855b6110d /testing/tvheadend-git/include-syscall-h.patch
parent7fb2984b8768c16caef55e0ef22e210774575cf4 (diff)
downloadaports-904ef04d2264c434812cb0afaf34f01ad1f8d091.tar.bz2
aports-904ef04d2264c434812cb0afaf34f01ad1f8d091.tar.xz
testing/tvheadend-git: fix group/permissions and scan file location
* remove usb group * add to video group * use correct permissions on confd file * install both dvb scan files in same location
Diffstat (limited to 'testing/tvheadend-git/include-syscall-h.patch')
-rw-r--r--testing/tvheadend-git/include-syscall-h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/tvheadend-git/include-syscall-h.patch b/testing/tvheadend-git/include-syscall-h.patch
deleted file mode 100644
index f037d54dfd..0000000000
--- a/testing/tvheadend-git/include-syscall-h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/wrappers.c.orig
-+++ ./src/wrappers.c
-@@ -8,6 +8,7 @@
- #include <unistd.h>
- #include <signal.h>
- #include <pthread.h>
-+#include <syscall.h>
-
- #ifdef PLATFORM_LINUX
- #include <sys/prctl.h>