mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/startup: move dbus files to new location
This commit is contained in:
parent
2c170ab81c
commit
abc1f75cc4
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=startup
|
||||
pkgver=2.0.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Event driven task and service manager"
|
||||
options="!check"
|
||||
url="https://gitlab.com/chinstrap/startup"
|
||||
@ -64,6 +64,9 @@ package() {
|
||||
# Install fish completion
|
||||
install -Dm0644 contrib/fish_completion/*.fish \
|
||||
-t "$pkgdir"/usr/share/fish/completions
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/dbus-1/system.d/
|
||||
mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d/
|
||||
}
|
||||
|
||||
tools() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user