comparison graphics/wayland/wayland.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
58 LDFLAGS="$LDFLAGS" \ 58 LDFLAGS="$LDFLAGS" \
59 LIBS="$LIBS" \ 59 LIBS="$LIBS" \
60 ./configure \ 60 ./configure \
61 --build=$CBUILD \ 61 --build=$CBUILD \
62 --host=$CHOST \ 62 --host=$CHOST \
63 --prefix=/ \ 63 --prefix= \
64 --disable-static \ 64 --disable-static \
65 $with_dtd \ 65 $with_dtd \
66 $with_doxygen 66 $with_doxygen
67 make 67 make
68 make install DESTDIR=$DESTDIR 68 make install DESTDIR=$DESTDIR