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, 0 insertions, 11 deletions
diff --git a/system/upx/upx-0001-fix-check_whitespace.patch b/system/upx/upx-0001-fix-check_whitespace.patch
deleted file mode 100644
index 67aa0647a5..0000000000
--- a/system/upx/upx-0001-fix-check_whitespace.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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");