PortValhalla/archiso/scripts/update-patch.sh

5 lines
168 B
Bash
Raw Normal View History

2024-06-18 20:00:26 +00:00
#!/bin/bash
# Updates the patch to be applicable to Arch's current `releng` template.
rootDir="${BASH_SOURCE%/*}";
2024-06-18 20:19:30 +00:00
"$rootDir/show-diff.sh" > "$rootDir/valhalla.patch";