Remove systemd dependency and add license

This commit is contained in:
2025-03-15 21:56:02 +02:00
parent 5d02dccb0b
commit 7c87500530
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -36,4 +36,6 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/man-db/COPYING
}