PortValhalla/archiso/scripts/update-patch.sh

5 lines
168 B
Bash
Executable file

#!/bin/bash
# Updates the patch to be applicable to Arch's current `releng` template.
rootDir="${BASH_SOURCE%/*}";
"$rootDir/show-diff.sh" > "$rootDir/valhalla.patch";