Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[debian] Include dbus conf
Include the dbus conf in the Debian packaging so usb_moded
actually runs fine after installing the deb.

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 17, 2015
1 parent 0c968d2 commit eadebc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -60,8 +60,8 @@ install: build

# Add here commands to install the package into debian/usb-moded.
$(MAKE) DESTDIR=$(CURDIR)/debian/usb-moded install
#mkdir -p $(CURDIR)/debian/usb-moded/etc/dbus-1/system.d/
#install -m 644 $(CURDIR)/debian/usb_moded.conf $(CURDIR)/debian/usb-moded/etc/dbus-1/system.d/usb_moded.conf
mkdir -p $(CURDIR)/debian/usb-moded/etc/dbus-1/system.d/
install -m 644 $(CURDIR)/debian/usb_moded.conf $(CURDIR)/debian/usb-moded/etc/dbus-1/system.d/usb_moded.conf
mkdir -p $(CURDIR)/debian/usb-moded-dev/usr/include/usb-moded/
install -m 644 $(CURDIR)/src/usb_moded-dbus.h $(CURDIR)/debian/usb-moded-dev/usr/include/usb-moded/usb_moded-dbus.h
install -m 644 $(CURDIR)/src/usb_moded-modes.h $(CURDIR)/debian/usb-moded-dev/usr/include/usb-moded/usb_moded-modes.h
Expand Down

0 comments on commit eadebc6

Please sign in to comment.