diff options
author | Kot Czarny <tjosko@yahoo.com> | 2018-07-12 23:20:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:55 +0700 |
commit | 940631b0eec58bfad2e874beada0c9149e1c6fb4 (patch) | |
tree | 2e328f094fd995b7028b2ae52df44e7ac9141e72 /system/upx/upx-0001-fix-check_whitespace.patch | |
parent | aa2e9c34ea2be7c45f0e3f839920a95c0f19d82f (diff) |
system/upx: Updated for version 3.94 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/upx/upx-0001-fix-check_whitespace.patch')
-rw-r--r-- | system/upx/upx-0001-fix-check_whitespace.patch | 11 |
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 0000000000000..67aa0647a5341 --- /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"); |