comparison lang/vala/vala.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 42ca1f03a3a4
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
55 --prefix= \ 55 --prefix= \
56 --enable-shared \ 56 --enable-shared \
57 $with_valadoc 57 $with_valadoc
58 make 58 make
59 make install DESTDIR=$DESTDIR 59 make install DESTDIR=$DESTDIR
60 rm -f $DESTDIR/lib/libvala*.la 60 find $DESTDIR -type f -name "*.la" -delete
61 rm -f $DESTDIR/lib/libvaladoc*.la
62 rm -f $DESTDIR/lib/vala-*/*.la
63 rm -f $DESTDIR/lib/valadoc/doclets/*/*.la
64 61
65 cd .. 62 cd ..
66 rm -rf $PKGNAME-$PKGVERSION 63 rm -rf $PKGNAME-$PKGVERSION
67 } 64 }