Remove systemd directory

This commit is contained in:
2026-03-17 19:12:31 +02:00
parent 2035a9b918
commit 6fbe78ac0f
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
name: xf86-input-wacom name: xf86-input-wacom
description: X.Org Wacom tablet driver description: X.Org Wacom tablet driver
version: 1.2.4 version: 1.2.4
revision: 1 revision: 2
url: https://github.com/linuxwacom/xf86-input-wacom url: https://github.com/linuxwacom/xf86-input-wacom
license: GPL2-or-later license: GPL2-or-later
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
depends: depends:
+3
View File
@@ -20,6 +20,9 @@ check() {
package() { package() {
meson install -C build --destdir="$BPM_OUTPUT" meson install -C build --destdir="$BPM_OUTPUT"
# Remove systemd directory
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install package license # Install package license
install -Dm644 "$BPM_SOURCE"/GPL "$BPM_OUTPUT"/usr/share/licenses/xf86-input-wacom/LICENSE install -Dm644 "$BPM_SOURCE"/GPL "$BPM_OUTPUT"/usr/share/licenses/xf86-input-wacom/LICENSE
} }