Update package version to 0.7.1

This commit is contained in:
2026-05-13 09:31:59 +03:00
parent dcad781e71
commit 1ab4237ff8
8 changed files with 62 additions and 10 deletions
+5 -1
View File
@@ -15,7 +15,11 @@ package() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install
# Install configuration files
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-config
install -Dm644 "$BPM_WORKDIR"/bpm.conf "$BPM_OUTPUT"/etc/bpm.conf
install -Dm644 "$BPM_WORKDIR"/bpm-compilation.conf "$BPM_OUTPUT"/etc/bpm-compilation.conf
# Install bpm hook
install -Dm644 "$BPM_WORKDIR"/bpm-populate-keyring.bpmhook "$BPM_OUTPUT"/var/lib/bpm/hooks/bpm-populate-keyring.bpmhook
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/bpm/LICENSE