comparison graphics/gtksourceview/gtksourceview.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 c8c69bbe438a
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
67 --prefix= \ 67 --prefix= \
68 $with_nls \ 68 $with_nls \
69 $with_vala 69 $with_vala
70 make 70 make
71 make install DESTDIR=$DESTDIR 71 make install DESTDIR=$DESTDIR
72 rm -f $DESTDIR/lib/libgtksourceview-3.0.la 72 find $DESTDIR -type f -name "*.la" -delete
73 73
74 cd .. 74 cd ..
75 rm -rf $PKGNAME-$PKGVERSION 75 rm -rf $PKGNAME-$PKGVERSION
76 } 76 }