comparison x11/libxxf86misc/libxxf86misc.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
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix=/usr \ 46 --prefix=/ \
47 --disable-static \ 47 --disable-static \
48 --enable-shared 48 --enable-shared
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
51 rm -f $DESTDIR/usr/lib/libXxf86misc.la 51 rm -f $DESTDIR/lib/libXxf86misc.la
52 52
53 popd 53 popd
54 rm -rf libXxf86misc-$PKGVERSION 54 rm -rf libXxf86misc-$PKGVERSION
55 } 55 }