summaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-14 02:21:33 +0000
committerpiernov <piernov@piernov.org>2012-07-14 02:21:33 +0000
commitb7dbe2aa866a8f4487c0700348faaa90ba6901e8 (patch)
treec35690582c558917411be7258d6594c248cf140c /polkit
parent5721b9b0d04bcc9dac0df3495040bac75ed4555f (diff)
downloadnutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.tar.gz
nutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.tar.bz2
nutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.tar.xz
nutyx-extra-b7dbe2aa866a8f4487c0700348faaa90ba6901e8.zip
polkit correction systemd
Diffstat (limited to 'polkit')
-rw-r--r--polkit/.footprint.i6863
-rw-r--r--polkit/.footprint.x86_643
-rwxr-xr-xpolkit/Pkgfile3
3 files changed, 8 insertions, 1 deletions
diff --git a/polkit/.footprint.i686 b/polkit/.footprint.i686
index bb7808bae..87ed09aee 100644
--- a/polkit/.footprint.i686
+++ b/polkit/.footprint.i686
@@ -67,6 +67,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/polkit-1/
-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
+drwxr-xr-x root/root usr/lib/systemd/
+drwxr-xr-x root/root usr/lib/systemd/system/
+-rw-r--r-- root/root usr/lib/systemd/system/polkit.service
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/polkit/.footprint.x86_64 b/polkit/.footprint.x86_64
index bb7808bae..87ed09aee 100644
--- a/polkit/.footprint.x86_64
+++ b/polkit/.footprint.x86_64
@@ -67,6 +67,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/polkit-1/
-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
+drwxr-xr-x root/root usr/lib/systemd/
+drwxr-xr-x root/root usr/lib/systemd/system/
+-rw-r--r-- root/root usr/lib/systemd/system/polkit.service
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/polkit/Pkgfile b/polkit/Pkgfile
index ab01777fe..5ff0c29cf 100755
--- a/polkit/Pkgfile
+++ b/polkit/Pkgfile
@@ -12,13 +12,14 @@ source=(http://www.freedesktop.org/software/polkit/releases/polkit-$version.tar.
build() {
cd $name-$version
+ unset MAKEFLAGS
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/polkit-1 \
--mandir=/usr/share/man \
--localstatedir=/var \
--enable-examples \
- --enable-libsystemd-login=no \
+ --enable-libsystemd-login=yes \
--with-polkitd-user=polkitd \
--with-os-type=NuTyX
make