Mate-common: Difference between revisions
From LFScript
| Line 16: | Line 16: | ||
--sysconfdir=/etc/mate/1.17 \ | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--mandir=/usr/share/man \ | |||
--libexecdir=/usr/lib/mate-common \ | --libexecdir=/usr/lib/mate-common \ | ||
--disable-static && | --disable-static && | ||
Revision as of 21:07, 27 February 2017
LFScript can find this software under the name mate-common.
Sources
MD5 Checksums:
fae1d5a0abb6433e3b841ccfffa0c2e3 mate-common-1.17.0.tar.xz
Dependencies
- which
The dependency which is used by all packages that require mate-common to locate it.
Installation
./autogen.sh --prefix=/usr \
--sysconfdir=/etc/mate/1.17 \
--localstatedir=/var \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/mate-common \
--disable-static &&
makeAs the root user:
make install
