comparison x11/libxaw/libxaw.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
45 LDFLAGS="$LDFLAGS" \ 45 LDFLAGS="$LDFLAGS" \
46 LIBS="$LIBS" \ 46 LIBS="$LIBS" \
47 ./configure \ 47 ./configure \
48 --build=$CBUILD \ 48 --build=$CBUILD \
49 --host=$CHOST \ 49 --host=$CHOST \
50 --prefix= \ 50 --prefix=/usr \
51 --enable-shared 51 --enable-shared
52 make 52 make
53 make install DESTDIR=$DESTDIR 53 make install DESTDIR=$DESTDIR
54 find $DESTDIR -type f -name "*.la" -delete 54 find $DESTDIR -type f -name "*.la" -delete
55 55