Skip to content
Snippets Groups Projects
Commit 72d68919 authored by godog's avatar godog
Browse files

debian: fix dh invocation

parent 9a6ab211
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -15,7 +15,7 @@ BUILDDIR = $(CURDIR)/debian/build
GOROOT = $(CURDIR)/debian/build-go
%:
dh --with=systemd $@
dh $@ --with=systemd
override_dh_install:
# Build the sources using a locally downloaded Go version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment