comparison xfce/xfce4-notifyd/xfce4-notifyd.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 6a808b0ef460
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
61 --localedir=/share/locale \ 61 --localedir=/share/locale \
62 --with-locales-dir=/share/locale \ 62 --with-locales-dir=/share/locale \
63 $with_nls 63 $with_nls
64 make 64 make
65 make install DESTDIR=$DESTDIR 65 make install DESTDIR=$DESTDIR
66 rm -f $DESTDIR/lib/xfce4/panel/plugins/libnotification-plugin.la 66 find $DESTDIR -type f -name "*.la" -delete
67 rm -rf $DESTDIR/lib/systemd 67 rm -rf $DESTDIR/lib/systemd
68 68
69 cd .. 69 cd ..
70 rm -rf $PKGNAME-$PKGVERSION 70 rm -rf $PKGNAME-$PKGVERSION
71 } 71 }