Mate-control-center: Difference between revisions

From LFScript
No edit summary
Line 19: Line 19:
         --sysconfdir=/etc/mate/1.17 \
         --sysconfdir=/etc/mate/1.17 \
         --localstatedir=/var \
         --localstatedir=/var \
        --mandir=/usr/share/man \
         --libexecdir=/usr/lib/mate-control-center \
         --libexecdir=/usr/lib/mate-control-center \
         --disable-static &&
         --disable-static &&

Revision as of 21:02, 27 February 2017

LFScript can find this software under the name mate-control-center.

Sources


MD5 Checksums:

c1bc85187811c2ca713dd8eb262126c8  mate-control-center-1.17.3.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-control-center \
        --disable-static &&
make

As the root user:

make install