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