comparison xfce/exo/exo.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 e693904f5e20
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
57 $with_introspection \ 57 $with_introspection \
58 $with_nls \ 58 $with_nls \
59 $with_vala 59 $with_vala
60 make 60 make
61 make install DESTDIR=$DESTDIR 61 make install DESTDIR=$DESTDIR
62 rm -f $DESTDIR/lib/libexo-2.la 62 find $DESTDIR -type f -name "*.la" -delete
63 rm -f $DESTDIR/lib/libexo-1.la
64 63
65 cd .. 64 cd ..
66 rm -rf $PKGNAME-$PKGVERSION 65 rm -rf $PKGNAME-$PKGVERSION
67 } 66 }