diff --git a/pkg.info b/pkg.info index 28fe711..03abd89 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: lvm2 description: Logical Volume Manager 2 version: 2.03.23 -revision: 2 +revision: 3 url: https://sourceware.org/lvm2/ license: GPL2,LGPL2.1 architecture: any diff --git a/source.sh b/source.sh index 5b8511d..a40bbfd 100644 --- a/source.sh +++ b/source.sh @@ -27,4 +27,8 @@ build() { package() { make DESTDIR="$BPM_OUTPUT" install 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 }