Difference between revisions of "Mate-desktop"

From LFScript
Line 18: Line 18:
 
         --sysconfdir=/etc/mate/1.17 \
 
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 +
        --libexecdir=/usr/lib/mate-desktop \
 
         --disable-static &&
 
         --disable-static &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 22:52, 27 February 2017

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

Sources


MD5 Checksums:

5ad99cb438a4afb78557612b4f29280f  mate-desktop-1.17.2.tar.xz

Dependencies

Installation

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

As the root user:

make install