comparison network/dbus/dbus.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 ddab65a5b3f5
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
70 --enable-shared \ 70 --enable-shared \
71 $with_selinux \ 71 $with_selinux \
72 $with_x 72 $with_x
73 make 73 make
74 make install DESTDIR=$DESTDIR 74 make install DESTDIR=$DESTDIR
75 rm -f $DESTDIR/lib/libdbus-1.la 75 find $DESTDIR -type f -name "*.la" -delete
76 install -Dm0644 ../dbus $DESTDIR/etc/rc.d/dbus 76 install -Dm0644 ../dbus $DESTDIR/etc/rc.d/dbus
77 77
78 cd .. 78 cd ..
79 rm -rf $PKGNAME-$PKGVERSION 79 rm -rf $PKGNAME-$PKGVERSION
80 } 80 }