mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
11 lines
231 B
Makefile
Executable File
11 lines
231 B
Makefile
Executable File
#!/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
|