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