comparison core/texinfo/texinfo.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix= \ 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/lib/texinfo/{Parsetexi,MiscXS,XSParagraph}.la 59 rm -f $DESTDIR/lib/texinfo/*.la
60 60
61 cd .. 61 cd ..
62 rm -rf $PKGNAME-$PKGVERSION 62 rm -rf $PKGNAME-$PKGVERSION
63 } 63 }