summaryrefslogtreecommitdiffstats
path: root/system/upx/upx-0001-fix-check_whitespace.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/upx/upx-0001-fix-check_whitespace.patch')
-rw-r--r--system/upx/upx-0001-fix-check_whitespace.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/upx/upx-0001-fix-check_whitespace.patch b/system/upx/upx-0001-fix-check_whitespace.patch
new file mode 100644
index 0000000000..67aa0647a5
--- /dev/null
+++ b/system/upx/upx-0001-fix-check_whitespace.patch
@@ -0,0 +1,11 @@
+--- a/src/stub/scripts/check_whitespace.sh 2018-06-19 10:37:43.906967996 +0200
++++ b/src/stub/scripts/check_whitespace.sh 2018-06-19 10:32:18.002066908 +0200
+@@ -15,6 +15,8 @@
+ -type f -iname '*.exe' -prune -o \
+ -type f -iname '*.pdf' -prune -o \
+ -type f -iname '*.swp' -prune -o \
++ -type f -iname '*.o' -prune -o \
++ -type f -iname '*.out' -prune -o \
+ -type f -print0 | \
+ LC_ALL=C sort -z | xargs -0r perl -n -e '
+ #print("$ARGV\n");