aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 6ae85be3909478ed377e649064500e750c41b9e8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk

MAKE = make
DEB_DESTDIR = debian/tmp

common-install-indep::
	$(MAKE)	install DESTDIR=$(DEB_DESTDIR)