comparison graphics/gtk/gtk.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents b1690d766bdb
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
88 CXXFLAGS="$CXXFLAGS" \ 88 CXXFLAGS="$CXXFLAGS" \
89 LDFLAGS="$LDFLAGS" \ 89 LDFLAGS="$LDFLAGS" \
90 ./configure \ 90 ./configure \
91 --build=$CBUILD \ 91 --build=$CBUILD \
92 --host=$CHOST \ 92 --host=$CHOST \
93 --prefix=/ \ 93 --prefix= \
94 $with_nls \ 94 $with_nls \
95 $with_wayland \ 95 $with_wayland \
96 $with_x 96 $with_x
97 make 97 make
98 make install DESTDIR=$DESTDIR 98 make install DESTDIR=$DESTDIR