765e304c4b
```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 ```
11 lines
302 B
Diff
11 lines
302 B
Diff
--- a/makeself.sh 2019-06-13 07:22:52.406415309 +0000
|
|
+++ b/makeself.sh 2019-06-13 07:23:10.116346635 +0000
|
|
@@ -185,7 +185,7 @@
|
|
TAR_EXTRA=""
|
|
GPG_EXTRA=""
|
|
DU_ARGS=-ks
|
|
-HEADER=`dirname "$0"`/makeself-header.sh
|
|
+HEADER=`dirname "$0"`/makeself-header
|
|
TARGETDIR=""
|
|
NOOVERWRITE=n
|
|
DATE=`LC_ALL=C date`
|