From abc1f75cc4f97e50283f015e24393e65fb2d6ce9 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Mon, 25 Apr 2022 21:58:20 +0000 Subject: [PATCH] testing/startup: move dbus files to new location --- testing/startup/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() {