Switch from Systemd to Enit

This commit is contained in:
2025-03-16 12:38:46 +02:00
parent 2e8dffe28a
commit 56b2446808
2 changed files with 1 additions and 2 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: 3 revision: 4
url: https://sourceware.org/lvm2/ url: https://sourceware.org/lvm2/
license: GPL2,LGPL2.1 license: GPL2,LGPL2.1
architecture: any architecture: any
-1
View File
@@ -26,7 +26,6 @@ build() {
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { package() {
make DESTDIR="$BPM_OUTPUT" install 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.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 "$BPM_OUTPUT"/usr/share/licenses/lvm2/COPYING