comparison graphics/weston/weston.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
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=/usr \
73 $with_dbus \ 73 $with_dbus \
74 $with_pam \ 74 $with_pam \
75 $with_x 75 $with_x
76 make 76 make
77 make install DESTDIR=$DESTDIR 77 make install DESTDIR=$DESTDIR