Update package version to 10.3.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user