From d260731c01f359fd518431b73dfbb04b14567eeb Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 17 May 2026 12:25:04 +1000 Subject: [PATCH] fix: move unkin-undionly-kpxe preinstall.sh to scripts/ subdirectory nfpm.yaml referenced /app/resources/scripts/preinstall.sh but the file was at resources/preinstall.sh, causing the build to fail. --- rpms/unkin-undionly-kpxe/resources/{ => scripts}/preinstall.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename rpms/unkin-undionly-kpxe/resources/{ => scripts}/preinstall.sh (100%) diff --git a/rpms/unkin-undionly-kpxe/resources/preinstall.sh b/rpms/unkin-undionly-kpxe/resources/scripts/preinstall.sh similarity index 100% rename from rpms/unkin-undionly-kpxe/resources/preinstall.sh rename to rpms/unkin-undionly-kpxe/resources/scripts/preinstall.sh -- 2.47.3