mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-27 03:55:36 +00:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
DESTDIR=debian/tailscale-relay
|
||
|
|
||
|
override_dh_auto_test:
|
||
|
override_dh_auto_install:
|
||
|
mkdir -p "${DESTDIR}/etc/default"
|
||
|
cp tailscale-relay.defaults "${DESTDIR}/etc/default/tailscale-relay"
|
||
|
|
||
|
%:
|
||
|
dh $@ --with=systemd
|