From 56b2446808f7b39b98eb678019d4b39d7a121f05 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 16 Mar 2025 12:38:46 +0200 Subject: [PATCH] Switch from Systemd to Enit --- pkg.info | 2 +- source.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 03abd89..0ddf40d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: lvm2 description: Logical Volume Manager 2 version: 2.03.23 -revision: 3 +revision: 4 url: https://sourceware.org/lvm2/ license: GPL2,LGPL2.1 architecture: any diff --git a/source.sh b/source.sh index a40bbfd..8fb974b 100644 --- a/source.sh +++ b/source.sh @@ -26,7 +26,6 @@ build() { # This function is used to move the compiled files into the output directory 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