From 2dff973bf97dca35d802fa1aa25fbaaf9f272724 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 10 Mar 2025 20:25:50 +0200 Subject: [PATCH] Add /var/lib/hwclock directory to package --- source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source.sh b/source.sh index 6c82e0f..7f8bbc7 100644 --- a/source.sh +++ b/source.sh @@ -44,4 +44,5 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + install -d "$BPM_OUTPUT"/var/lib/hwclock/ }