comparison network/dbus/dbus.sh @ 533:9f90de3d806f

network: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:16:00 +0200
parents 5298f6a3f180
children bad483aace64
comparison
equal deleted inserted replaced
532:341987b63363 533:9f90de3d806f
62 LDFLAGS="$LDFLAGS" \ 62 LDFLAGS="$LDFLAGS" \
63 LIBS="$LIBS" \ 63 LIBS="$LIBS" \
64 ./configure \ 64 ./configure \
65 --build=$CBUILD \ 65 --build=$CBUILD \
66 --host=$CHOST \ 66 --host=$CHOST \
67 --prefix=/usr \ 67 --prefix=/ \
68 --sysconfdir=/etc \
69 --localstatedir=/var \
70 --with-system-pid-file=/var/run/dbus.pid \ 68 --with-system-pid-file=/var/run/dbus.pid \
71 --disable-systemd \ 69 --disable-systemd \
72 --disable-static \ 70 --disable-static \
73 --enable-shared \ 71 --enable-shared \
74 $with_selinux \ 72 $with_selinux \
75 $with_x 73 $with_x
76 make 74 make
77 make install DESTDIR=$DESTDIR 75 make install DESTDIR=$DESTDIR
78 rm -f $DESTDIR/usr/lib/libdbus-1.la 76 rm -f $DESTDIR/lib/libdbus-1.la
79 install -Dm0644 ../dbus $DESTDIR/etc/rc.d/dbus 77 install -Dm0644 ../dbus $DESTDIR/etc/rc.d/dbus
80 78
81 popd 79 popd
82 rm -rf $PKGNAME-$PKGVERSION 80 rm -rf $PKGNAME-$PKGVERSION
83 } 81 }