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/ }