comparison mate/mate-session-manager/mate-session-manager.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 263706a69f92
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
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=/ \ 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