summaryrefslogtreecommitdiff
path: root/tools/quilt/patches/001-fix_compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/quilt/patches/001-fix_compile.patch')
-rw-r--r--tools/quilt/patches/001-fix_compile.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/quilt/patches/001-fix_compile.patch b/tools/quilt/patches/001-fix_compile.patch
index c256c65..c829515 100644
--- a/tools/quilt/patches/001-fix_compile.patch
+++ b/tools/quilt/patches/001-fix_compile.patch
@@ -1,6 +1,6 @@
--- a/Makefile.in
+++ b/Makefile.in
-@@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
+@@ -272,13 +272,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
@$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
configure : configure.ac aclocal.m4
@@ -14,5 +14,5 @@
- @false
+ @touch $@
- compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
+ compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))