Remove systemd directory

This commit is contained in:
2025-11-25 18:02:13 +02:00
parent 2eb8413be6
commit 2ee54452b8
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: xdg-desktop-portal-lxqt name: xdg-desktop-portal-lxqt
description: LXQt backend implementation for xdg-desktop-portal description: LXQt backend implementation for xdg-desktop-portal
version: 1.3.0 version: 1.3.0
revision: 1 revision: 2
url: https://github.com/lxqt/xdg-desktop-portal-lxqt url: https://github.com/lxqt/xdg-desktop-portal-lxqt
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
+3
View File
@@ -14,6 +14,9 @@ build() {
package() { package() {
DESTDIR="$BPM_OUTPUT" cmake --install build DESTDIR="$BPM_OUTPUT" cmake --install build
# Remove systemd directory
rm -r "$BPM_OUTPUT"/usr/lib
# Install package license # Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal-lxqt/LICENSE install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal-lxqt/LICENSE
} }