void-packages/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
Đoàn Trần Công Danh 986c0a7d5e srcpkgs/i*: convert patches to -Np1
```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
```
2021-06-20 13:17:29 +07:00

17 lines
610 B
Diff

--- a/tools/ipv6calc-update-registries.sh~ 2019-10-11 07:15:53.000000000 +0200
+++ b/tools/ipv6calc-update-registries.sh 2020-04-28 20:56:41.367743447 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Project : ipv6calc/databases/registries
# File : update-registries.sh
--- a/tools/ipv6calc-registries-check-run-create.sh~ 2019-10-11 07:15:53.000000000 +0200
+++ b/tools/ipv6calc-registries-check-run-create.sh 2020-04-28 20:56:42.704763285 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Project : ipv6calc/databases/ipv4-assignment
# File : ipv6calc-registries-check-run-create.sh