Add licenses

This commit is contained in:
2025-03-15 20:36:51 +02:00
parent 85939b2969
commit 2e8dffe28a
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: lvm2 name: lvm2
description: Logical Volume Manager 2 description: Logical Volume Manager 2
version: 2.03.23 version: 2.03.23
revision: 2 revision: 3
url: https://sourceware.org/lvm2/ url: https://sourceware.org/lvm2/
license: GPL2,LGPL2.1 license: GPL2,LGPL2.1
architecture: any architecture: any
+4
View File
@@ -27,4 +27,8 @@ build() {
package() { package() {
make DESTDIR="$BPM_OUTPUT" install make DESTDIR="$BPM_OUTPUT" install
make DESTDIR="$BPM_OUTPUT" install_systemd_units make DESTDIR="$BPM_OUTPUT" install_systemd_units
install -Dm644 "$BPM_SOURCE"/COPYING.BSD "$BPM_OUTPUT"/usr/share/licenses/lvm2/COPYING.BSD
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/lvm2/COPYING
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/lvm2/COPYING.LIB
} }