comparison graphics/weston/weston.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
69 LDFLAGS="$LDFLAGS" \ 69 LDFLAGS="$LDFLAGS" \
70 LIBS="$LIBS" \ 70 LIBS="$LIBS" \
71 ./configure \ 71 ./configure \
72 --build=$CBUILD \ 72 --build=$CBUILD \
73 --host=$CHOST \ 73 --host=$CHOST \
74 --prefix=/ \ 74 --prefix= \
75 $with_dbus \ 75 $with_dbus \
76 $with_pam \ 76 $with_pam \
77 $with_x 77 $with_x
78 make 78 make
79 make install DESTDIR=$DESTDIR 79 make install DESTDIR=$DESTDIR