comparison mate/mate-session-manager/mate-session-manager.sh @ 530:263706a69f92

mate: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:10:00 +0200
parents 2f9967c0f741
children bad483aace64
comparison
equal deleted inserted replaced
529:ef725c40d0e8 530:263706a69f92
62 LDFLAGS="$LDFLAGS" \ 62 LDFLAGS="$LDFLAGS" \
63 LIBS="$LIBS" \ 63 LIBS="$LIBS" \
64 ./configure \ 64 ./configure \
65 --build=$CBUILD \ 65 --build=$CBUILD \
66 --host=$CHOST \ 66 --host=$CHOST \
67 --prefix=/usr \ 67 --prefix=/ \
68 --without-systemd \ 68 --without-systemd \
69 $with_ipv6 69 $with_ipv6
70 make 70 make
71 make install DESTDIR=$DESTDIR 71 make install DESTDIR=$DESTDIR
72 72