comparison text/hunspell/hunspell.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents e85199d3bbaa
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
76 $with_ncurses \ 76 $with_ncurses \
77 $with_nls \ 77 $with_nls \
78 $with_readline 78 $with_readline
79 make 79 make
80 make install DESTDIR=$DESTDIR 80 make install DESTDIR=$DESTDIR
81 rm -f $DESTDIR/lib/libhunspell-1.7.la 81 find $DESTDIR -type f -name "*.la" -delete
82 82
83 cd .. 83 cd ..
84 rm -rf $PKGNAME-$PKGVERSION 84 rm -rf $PKGNAME-$PKGVERSION
85 } 85 }