mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Added missing debian/rules
This commit is contained in:
parent
7d138e29a3
commit
998106ef24
1 changed files with 13 additions and 0 deletions
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
export DH_VERBOSE = 1
|
||||
export DESTDIR = "debian/opensnitch"
|
||||
|
||||
override_dh_dwz:
|
||||
dwz -- $(DESTDIR)/usr/bin/daemon || true
|
||||
mv $(DESTDIR)/usr/bin/daemon $(DESTDIR)/usr/bin/opensnitchd
|
||||
|
||||
override_dh_installsystemd:
|
||||
dh_installsystemd --restart-after-upgrade
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
Loading…
Add table
Reference in a new issue