Remove systemd directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user