Remove systemd directory

This commit is contained in:
2025-11-25 18:03:49 +02:00
parent 3bca004918
commit e964cc34d9
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: xfce4-notifyd name: xfce4-notifyd
description: Xfce Notification service description: Xfce Notification service
version: 0.9.7 version: 0.9.7
revision: 1 revision: 2
url: https://docs.xfce.org/apps/notifyd/start url: https://docs.xfce.org/apps/notifyd/start
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
+3
View File
@@ -21,6 +21,9 @@ build() {
package() { package() {
make DESTDIR="$BPM_OUTPUT" install make DESTDIR="$BPM_OUTPUT" install
# Remove systemd directory
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install package license # Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/xfce4-notifyd/COPYING install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/xfce4-notifyd/COPYING
} }