diff --git a/pkg.info b/pkg.info index 2ebfe52..d8c8222 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: xfce4-notifyd description: Xfce Notification service version: 0.9.7 -revision: 1 +revision: 2 url: https://docs.xfce.org/apps/notifyd/start license: GPL2-or-later architecture: any diff --git a/source.sh b/source.sh index 7a2a42c..4645bb5 100644 --- a/source.sh +++ b/source.sh @@ -21,6 +21,9 @@ build() { package() { make DESTDIR="$BPM_OUTPUT" install + # Remove systemd directory + rm -r "$BPM_OUTPUT"/usr/lib/systemd + # Install package license install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/xfce4-notifyd/COPYING }