Add /var/lib/hwclock directory to package

This commit is contained in:
2025-03-10 20:25:50 +02:00
parent f4de59a1dc
commit 2dff973bf9
+1
View File
@@ -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/
}