comparison editors/nano/nano.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 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
185 LDFLAGS="$LDFLAGS" \ 185 LDFLAGS="$LDFLAGS" \
186 LIBS="$LIBS" \ 186 LIBS="$LIBS" \
187 ./configure \ 187 ./configure \
188 --build=$CBUILD \ 188 --build=$CBUILD \
189 --host=$CHOST \ 189 --host=$CHOST \
190 --prefix= \ 190 --prefix=/usr \
191 $with_browser \ 191 $with_browser \
192 $with_color \ 192 $with_color \
193 $with_comment \ 193 $with_comment \
194 $with_extra \ 194 $with_extra \
195 $with_help \ 195 $with_help \