comparison x11/libxt/libxt.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 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=/usr \ 50 --prefix=/ \
51 --disable-static \ 51 --disable-static \
52 --enable-shared 52 --enable-shared
53 make 53 make
54 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR
55 rm -f $DESTDIR/usr/lib/libXt.la 55 rm -f $DESTDIR/lib/libXt.la
56 56
57 popd 57 popd
58 rm -rf libXt-$PKGVERSION 58 rm -rf libXt-$PKGVERSION
59 } 59 }