diff --git a/testing/startup/APKBUILD b/testing/startup/APKBUILD index 7c51f346956..c02580f7ac5 100644 --- a/testing/startup/APKBUILD +++ b/testing/startup/APKBUILD @@ -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() {