comparison core/texinfo/texinfo.sh @ 516:014d018468fb

core: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:22:00 +0200
parents 515778c3a417
children bad483aace64
comparison
equal deleted inserted replaced
515:030ebf8e0a69 516:014d018468fb
50 LDFLAGS="$LDFLAGS" \ 50 LDFLAGS="$LDFLAGS" \
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix=/usr \ 55 --prefix=/ \
56 $with_nls 56 $with_nls
57 make 57 make
58 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR
59 rm -f $DESTDIR/usr/lib/texinfo/{Parsetexi,MiscXS,XSParagraph}.la 59 rm -f $DESTDIR/lib/texinfo/{Parsetexi,MiscXS,XSParagraph}.la
60 60
61 popd 61 popd
62 rm -rf $PKGNAME-$PKGVERSION 62 rm -rf $PKGNAME-$PKGVERSION
63 } 63 }