comparison mate/mate-panel/mate-panel.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
67 LDFLAGS="$LDFLAGS" \ 67 LDFLAGS="$LDFLAGS" \
68 LIBS="$LIBS" \ 68 LIBS="$LIBS" \
69 ./configure \ 69 ./configure \
70 --build=$CBUILD \ 70 --build=$CBUILD \
71 --host=$CHOST \ 71 --host=$CHOST \
72 --prefix=/ \ 72 --prefix= \
73 --disable-static \ 73 --disable-static \
74 --enable-shared \ 74 --enable-shared \
75 $with_wayland \ 75 $with_wayland \
76 $with_x 76 $with_x
77 make 77 make