diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
| commit | 935ae52c4e1d9ca3630882f144117ffc2300804a (patch) | |
| tree | d214397eb06fdef87f3976bc267763b4a6052ddf /dbus/abuild | |
| parent | da9b5ae270f2594c813072695b807f5ee7b5acd3 (diff) | |
| download | alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.tar.gz alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.zip | |
Woodpecker CI 93e629250d2f2073dcea128000323264d2c7571f [SKIP CI]
Diffstat (limited to 'dbus/abuild')
| -rw-r--r-- | dbus/abuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dbus/abuild b/dbus/abuild index 8a6565dc..b237ded2 100644 --- a/dbus/abuild +++ b/dbus/abuild @@ -4,3 +4,12 @@ release=2 source="https://$name.freedesktop.org/releases/$name/$name-$version.tar.xz run" sv="run" + +prebuild() { + sed -i "/meson_post_install\.py/,/^)$/d" meson.build +} + +postbuild() { + chown root:messagebus $PKG/usr/libexec/dbus-daemon-launch-helper + chmod 4750 $PKG/usr/libexec/dbus-daemon-launch-helper +} |