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

override_dh_auto_configure:

override_dh_auto_install:
	install -d $$(pwd)/debian/tmp/usr/bin/
	install -m 755 $$(pwd)/acmetool.$(DEB_BUILD_ARCH) $$(pwd)/debian/tmp/usr/bin/acmetool
	install -d $$(pwd)/debian/tmp/etc/default/
	install -m 644 $$(pwd)/acme-reload.default $$(pwd)/debian/tmp/etc/default/acme-reload