summaryrefslogtreecommitdiff
path: root/prom-exporter-blackbox/debian/rules
blob: 5462debdadd7db0b36f199161f854b591b38ca0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:

override_dh_auto_build:
	make $(DEB_BUILD_ARCH)/blackbox_exporter

override_dh_auto_install:
	install -d $$(pwd)/debian/tmp/usr/bin/
	install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/blackbox_exporter $$(pwd)/debian/tmp/usr/bin/prometheus-blackbox-exporter