blob: 6130c8426359c9cd5cba0a214a6738142d604be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# $Id$
#
bin_SCRIPTS = bluepin
EXTRA_DIST = bluepin bluetooth.init bluetooth.default create_dev
install-data-local:
$(INSTALL) -D -m 755 $(srcdir)/bluetooth.init $(DESTDIR)$(sysconfdir)/init.d/bluetooth
$(INSTALL) -D -m 644 $(srcdir)/bluetooth.default $(DESTDIR)$(sysconfdir)/default/bluetooth
|