comparison lib/libnl/libnl.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 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix= 46 --prefix=/usr
47 make 47 make
48 make install DESTDIR=$DESTDIR 48 make install DESTDIR=$DESTDIR
49 find $DESTDIR -type f -name "*.la" -delete 49 find $DESTDIR -type f -name "*.la" -delete
50 50
51 cd .. 51 cd ..