Add a script for creating patches
This commit is contained in:
parent
d879e32a64
commit
a7f80a5726
1 changed files with 4 additions and 0 deletions
4
archiso/scripts/update-patch.sh
Executable file
4
archiso/scripts/update-patch.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# Updates the patch to be applicable to Arch's current `releng` template.
|
||||||
|
rootDir="${BASH_SOURCE%/*}";
|
||||||
|
"$rootDir/show-diff.sh" | tee "$rootDir/valhalla.patch";
|
Loading…
Reference in a new issue