comparison x11/libxcursor/libxcursor.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children bad483aace64
comparison
equal deleted inserted replaced
540:55d07eb631e4 541:cacbd9d3d3a8
45 CXX="$CXX" \ 45 CXX="$CXX" \
46 LIBS="$LIBS" \ 46 LIBS="$LIBS" \
47 ./configure \ 47 ./configure \
48 --build=$CBUILD \ 48 --build=$CBUILD \
49 --host=$CHOST \ 49 --host=$CHOST \
50 --prefix=/usr 50 --prefix=/
51 make 51 make
52 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR
53 rm -f $DESTDIR/usr/lib/libXcursor.la 53 rm -f $DESTDIR/lib/libXcursor.la
54 54
55 popd 55 popd
56 rm -rf libXcursor-$PKGVERSION 56 rm -rf libXcursor-$PKGVERSION
57 } 57 }