From 1ac46c59b09708bf53af6b97257713ebc757ba04 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Feb 2022 01:30:32 +0000 Subject: added nss and built nm --- repo/system/polkit.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system/polkit.xibuild') diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index eb9c2f6..407cb5c 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -52,7 +52,7 @@ EOF } postinstall() { - groupadd -fg 27 polkitd && - useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \ + /usr/sbin/groupadd -fg 27 polkitd && + /usr/sbin/useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \ -g polkitd -s /bin/false polkitd } -- cgit v1.2.1