blob: cac9d71bccdf5732c589f251681382417229f4c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xawtv-3.102.orig/Makefile.in 2011-09-05 19:26:02.000000000 +0200
+++ xawtv-3.102/Makefile.in 2011-09-18 20:42:35.107990034 +0200
@@ -3,7 +3,7 @@ VPATH := $(srcdir)
# for package builds (buildroot install + no root privs needed)
DESTDIR=
-SUID_ROOT=-m4755 -o root
+SUID_ROOT=-m755
STRIP_FLAG=
# install paths
|