comparison xfce/libxfce4ui/libxfce4ui.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
88 $with_introspection \ 88 $with_introspection \
89 $with_nls \ 89 $with_nls \
90 $with_vala 90 $with_vala
91 make 91 make
92 make install DESTDIR=$DESTDIR 92 make install DESTDIR=$DESTDIR
93 rm -f $DESTDIR/lib/libxfce4ui-2.la 93 find $DESTDIR -type f -name "*.la" -delete
94 rm -f $DESTDIR/lib/libxfce4kbd-private-3.la
95 94
96 cd .. 95 cd ..
97 rm -rf $PKGNAME-$PKGVERSION 96 rm -rf $PKGNAME-$PKGVERSION
98 } 97 }