986c0a7d5e
```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 ```
15 lines
427 B
Diff
15 lines
427 B
Diff
--- a/IlmBase/IlmBase.pc.in 2019-09-18 03:02:06.000000000 +0200
|
|
+++ b/IlmBase/IlmBase.pc.in 2019-12-01 19:18:24.067056545 +0100
|
|
@@ -4,9 +4,9 @@
|
|
##
|
|
|
|
prefix=@prefix@
|
|
-exec_prefix=@exec_prefix@
|
|
-libdir=@libdir@
|
|
-includedir=@includedir@
|
|
+exec_prefix=${prefix}/@exec_prefix@
|
|
+libdir=${prefix}/@libdir@
|
|
+includedir=${prefix}/@includedir@
|
|
libsuffix=@LIB_SUFFIX_DASH@
|
|
Name: IlmBase
|
|
Description: Base math and exception libraries
|