comparison desktop/libwnck2/libwnck2.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 59a2fa6992bc
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
47 --prefix= \ 47 --prefix= \
48 --enable-shared \ 48 --enable-shared \
49 --localedir=/share/locale 49 --localedir=/share/locale
50 make 50 make
51 make install DESTDIR=$DESTDIR itlocaledir=/share/locale 51 make install DESTDIR=$DESTDIR itlocaledir=/share/locale
52 rm -f $DESTDIR/lib/libwnck-1.la 52 find $DESTDIR -type f -name "*.la" -delete
53 53
54 cd .. 54 cd ..
55 rm -rf libwnck-$PKGVERSION 55 rm -rf libwnck-$PKGVERSION
56 } 56 }