diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-19 21:07:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-19 21:07:37 +0200 |
commit | 7f68c00d0201efb725ae5e959d63105168ce82ea (patch) | |
tree | ece44562d695f79e2dc590623705838300926190 /package/xawtv/patches/patch-Makefile_in | |
parent | 65cd7b7d328e4ca6e0b2e074b442aa5933cd90d8 (diff) | |
parent | f2984000823abd21a4c5a157a08ec28a3ddf0a4a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xawtv/patches/patch-Makefile_in')
-rw-r--r-- | package/xawtv/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xawtv/patches/patch-Makefile_in b/package/xawtv/patches/patch-Makefile_in new file mode 100644 index 000000000..cac9d71bc --- /dev/null +++ b/package/xawtv/patches/patch-Makefile_in @@ -0,0 +1,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 |