bluez: install obexd as system service

This commit is contained in:
Stefan Saraev 2013-08-06 11:21:30 +03:00
parent bb45d81072
commit 6f8fc86e38

View File

@ -71,6 +71,6 @@ pre_configure_target() {
}
post_makeinstall_target() {
mkdir -p $INSTALL/usr/share/dbus-1/services
cp $PKG_DIR/config/org.bluez.obex.service $INSTALL/usr/share/dbus-1/services
mkdir -p $INSTALL/usr/share/dbus-1/system-services
cp $PKG_DIR/config/org.bluez.obex.service $INSTALL/usr/share/dbus-1/system-services
}