From 9456f1065feba614c25f20cdcfe03fad56803b06 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Sun, 2 Nov 2025 17:07:13 +0900 Subject: [PATCH] Add quick debug echo --- build_files/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_files/build.sh b/build_files/build.sh index 2e9ae84..55eb7fa 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -128,3 +128,5 @@ find /var/cache/* -maxdepth 0 -type d \! -name libdnf5 -exec rm -rf {} \; # Make sure /var/tmp is properly created mkdir -p /var/tmp chmod -R 1777 /var/tmp + +echo "Done."