comparison x11/libxdamage/libxdamage.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
39 LDFLAGS="$LDFLAGS" \ 39 LDFLAGS="$LDFLAGS" \
40 LIBS="$LIBS" \ 40 LIBS="$LIBS" \
41 ./configure \ 41 ./configure \
42 --build=$CBUILD \ 42 --build=$CBUILD \
43 --host=$CHOST \ 43 --host=$CHOST \
44 --prefix= \ 44 --prefix=/usr \
45 --enable-shared 45 --enable-shared
46 make 46 make
47 make install DESTDIR=$DESTDIR 47 make install DESTDIR=$DESTDIR
48 find $DESTDIR -type f -name "*.la" -delete 48 find $DESTDIR -type f -name "*.la" -delete
49 49