comparison graphics/gtk/gtk.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 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
86 CXXFLAGS="$CXXFLAGS" \ 86 CXXFLAGS="$CXXFLAGS" \
87 LDFLAGS="$LDFLAGS" \ 87 LDFLAGS="$LDFLAGS" \
88 ./configure \ 88 ./configure \
89 --build=$CBUILD \ 89 --build=$CBUILD \
90 --host=$CHOST \ 90 --host=$CHOST \
91 --prefix= \ 91 --prefix=/usr \
92 $with_nls \ 92 $with_nls \
93 $with_wayland \ 93 $with_wayland \
94 $with_x 94 $with_x
95 make 95 make
96 make install DESTDIR=$DESTDIR 96 make install DESTDIR=$DESTDIR