Fix dependencies and add license

This commit is contained in:
2025-04-12 21:48:10 +03:00
parent a7607ac5a6
commit ebeef905fa
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -36,4 +36,6 @@ package() {
make DESTDIR="$BPM_OUTPUT" install
mkdir -p "$BPM_OUTPUT"/etc/esvm/services/
install -m 644 ../dhcpcd.esv "$BPM_OUTPUT"/etc/esvm/services/dhcpcd.esv
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/dhcpcd/LICENSE
}