comparison x11/libxdmcp/libxdmcp.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
40 LIBS="$LIBS" \ 40 LIBS="$LIBS" \
41 ./configure \ 41 ./configure \
42 --build=$CBUILD \ 42 --build=$CBUILD \
43 --host=$CHOST \ 43 --host=$CHOST \
44 --target=$CTARGET \ 44 --target=$CTARGET \
45 --prefix= \ 45 --prefix=/usr \
46 --enable-shared 46 --enable-shared
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