be5369a0cb
* fpc is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
10 lines
208 B
Diff
10 lines
208 B
Diff
--- a/Makefile.in 2015-11-18 07:34:53.757836866 +0100
|
|
+++ b/Makefile.in 2015-11-18 07:35:01.197909320 +0100
|
|
@@ -450,7 +450,6 @@ SUBDIRS = \
|
|
doc \
|
|
examples \
|
|
po \
|
|
- tests \
|
|
tools
|
|
|
|
all: all-recursive
|