turnserverauth/debian/rules

10 lines
373 B
Plaintext
Raw Normal View History

2020-03-20 02:25:33 +01:00
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
install -D -m 0644 turnserverauth.js $$(pwd)/debian/turnserverauth/opt/turnserverauth/turnserverauth.js
install -D -m 0644 turnserverauth $$(pwd)/debian/turnserverauth/etc/default/turnserverauth
install -D -m 0644 turnserverauth.service $$(pwd)/debian/turnserverauth/lib/systemd/system/turnserverauth.service