diff options
author | Dominika Liberda <ja@sdomi.pl> | 2022-04-25 21:59:21 +0000 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-04-25 23:49:41 +0000 |
commit | ad973868691d8f16e0948455c1ed3d4847b8fb19 (patch) | |
tree | 5760ed155f16cb3f9b799fc49c0fe7239cffd8b1 | |
parent | abc1f75cc4f97e50283f015e24393e65fb2d6ce9 (diff) | |
download | aports-ad973868691d8f16e0948455c1ed3d4847b8fb19.tar.gz aports-ad973868691d8f16e0948455c1ed3d4847b8fb19.tar.bz2 aports-ad973868691d8f16e0948455c1ed3d4847b8fb19.tar.xz |
community/dsme: move dbus files to new location
-rw-r--r-- | community/dsme/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/community/dsme/APKBUILD b/community/dsme/APKBUILD index b53a0f4497c..ad29cc20c5d 100644 --- a/community/dsme/APKBUILD +++ b/community/dsme/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dsme pkgver=0.84.0 -pkgrel=0 +pkgrel=1 _commit_dbusglib="d42176ae4763e5288ef37ea314fe58387faf2005" pkgdesc="Device State Management Entity" url="https://github.com/sailfishos/dsme" @@ -65,6 +65,9 @@ package() { # Remove installed tests rm -r "$pkgdir"/opt + + mkdir -p "$pkgdir"/usr/share/dbus-1/system.d/ + mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d/ } sha512sums=" |