Remove systemd tmpfiles.d directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: polkit
|
||||
description: Toolkit for defining and handling authorizations
|
||||
version: "126"
|
||||
revision: 3
|
||||
revision: 4
|
||||
url: https://github.com/polkit-org/polkit
|
||||
license: LGPL2-or-later
|
||||
architecture: any
|
||||
|
||||
@@ -21,7 +21,7 @@ build() {
|
||||
-Dpolkitd_uid=9 \
|
||||
-Dpolkitd_user=polkitd \
|
||||
-Dsession_tracking=elogind \
|
||||
-Dsystemdsystemunitdir=/tmp \
|
||||
-Dsystemdsystemunitdir=no \
|
||||
-Dtests=false build
|
||||
meson compile -C build
|
||||
}
|
||||
@@ -31,6 +31,9 @@ build() {
|
||||
package() {
|
||||
meson install -C build --destdir="$BPM_OUTPUT"
|
||||
|
||||
# Remove systemd tmpfiles.d directory
|
||||
rm -r "$BPM_OUTPUT"/usr/lib/tmpfiles.d
|
||||
|
||||
# Install esvm service
|
||||
install -Dm644 "$BPM_WORKDIR"/polkitd.esv "$BPM_OUTPUT"/etc/esvm/services/polkitd.esv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user