comparison xfce/garcon/garcon.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
64 --with-locales-dir=/share/locale \ 64 --with-locales-dir=/share/locale \
65 --disable-gtk2 \ 65 --disable-gtk2 \
66 $with_nls 66 $with_nls
67 make 67 make
68 make install DESTDIR=$DESTDIR 68 make install DESTDIR=$DESTDIR
69 rm -f $DESTDIR/lib/libgarcon*.la 69 find $DESTDIR -type f -name "*.la" -delete
70 70
71 cd .. 71 cd ..
72 rm -rf $PKGNAME-$PKGVERSION 72 rm -rf $PKGNAME-$PKGVERSION
73 } 73 }