summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
blob: f375290cab05e6eb772e6a7a2f5c9ce119b7d36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 
#  $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
	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/default
	[ -f $(DESTDIR)$(sysconfdir)/default/bluetooth ] || \
		$(INSTALL_DATA) $(srcdir)/bluetooth.default $(DESTDIR)$(sysconfdir)/default/bluetooth