From 7cf91dfd31f61f5abefae0163ce441ef9457e092 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 18 Jun 2024 22:00:26 +0200 Subject: [PATCH] Add a script for creating patches --- archiso/scripts/update-patch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 archiso/scripts/update-patch.sh diff --git a/archiso/scripts/update-patch.sh b/archiso/scripts/update-patch.sh new file mode 100755 index 00000000..75537a67 --- /dev/null +++ b/archiso/scripts/update-patch.sh @@ -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";