Skip to content
Snippets Groups Projects
Commit 0430f379 authored by ale's avatar ale
Browse files

Build Go code first so that output dirs will be created

parent bd494562
No related branches found
No related tags found
1 merge request!27Improve data compression options
Pipeline #24131 passed
......@@ -7,9 +7,9 @@ export DH_GOLANG_INSTALL_ALL = 1
dh $@ --buildsystem=golang --with=golang
override_dh_auto_install:
dh_auto_install -- --no-source
gcc -O2 -s -std=c99 -Wall -o $(CURDIR)/debian/tabacco/usr/bin/tabacco-decompress-helper \
aux/tabacco-decompress-helper/tabacco-decompress-helper.c
dh_auto_install -- --no-source
override_dh_installsystemd:
dh_installsystemd --name tabacco-agent --no-enable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment