Update package version to 10.3.0

This commit is contained in:
2025-11-15 12:06:02 +02:00
parent 4acb4328f2
commit d3ace4e76e
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -24,8 +24,10 @@ check() {
# This function is used to move the compiled files into the output directory
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 esvm service
install -Dm644 "$BPM_WORKDIR"/dhcpcd.esv "$BPM_OUTPUT"/etc/esvm/services/dhcpcd.esv
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/dhcpcd/LICENSE
}