summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
blob: 8e05086bae09719e0a0c9985a1cca3bf541bd0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 
#  $Id$
#

bin_SCRIPTS = bluepin

EXTRA_DIST = bluepin bluetooth.rc.rh bluetooth.rc.deb create_dev

install-data-local:
	[ ! -f /etc/redhat-release -o ! -f /etc/mandrake-release ] || \
		$(INSTALL) -D -m 755 $(srcdir)/bluetooth.rc.rh $(DESTDIR)$(sysconfdir)/rc.d/init.d/bluetooth
	[ ! -f /etc/debian_version ] || \
		$(INSTALL) -D -m 755 $(srcdir)/bluetooth.rc.deb $(DESTDIR)$(sysconfdir)/init.d/bluetooth