certbot-webroot/debian/rules

10 lines
383 B
Plaintext
Raw Normal View History

2020-03-24 22:22:28 +01:00
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
install -D -m 0644 certbot-webroot.js $$(pwd)/debian/certbot-webroot/opt/certbot-webroot/certbot-webroot.js
install -D -m 0644 certbot-webroot $$(pwd)/debian/certbot-webroot/etc/default/certbot-webroot
install -D -m 0644 certbot-webroot.service $$(pwd)/debian/certbot-webroot/lib/systemd/system/certbot-webroot.service