Difference between revisions of "Mate-polkit"

From LFScript
Line 15: Line 15:
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
 +
        --sysconfdir=/etc/mate/1.17 \
 +
        --localstatedir=/var \
 
         --libexecdir=/usr/lib/polkit-mate \
 
         --libexecdir=/usr/lib/polkit-mate \
        --localstatedir=/var \
 
        --sysconfdir=/etc/mate/1.17 \
 
 
         --disable-static &&
 
         --disable-static &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 22:57, 27 February 2017

LFScript can find this software under the name mate-polkit.

Sources


MD5 Checksums:

229198ca8f3cb6aa93779093c4ccc5fb  mate-polkit-1.17.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --libexecdir=/usr/lib/polkit-mate \
        --disable-static &&
make

As the root user:

make install