Remove systemd directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: blueman
|
name: blueman
|
||||||
description: Blueman is a GTK+ Bluetooth Manager
|
description: Blueman is a GTK+ Bluetooth Manager
|
||||||
version: 2.4.6
|
version: 2.4.6
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://github.com/blueman-project/blueman
|
url: https://github.com/blueman-project/blueman
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -17,6 +17,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/blueman/COPYING
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/blueman/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user