Skip to content

Commit

Permalink
fix: Include all files when building deb
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Apr 29, 2024
1 parent fe1cb9a commit 688ca6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/make -f

export DH_GOPKG := github.com/vanilla-os/albius
export DH_GOLANG_INSTALL_ALL := 1

%:
dh $@ --buildsystem=golang --with=golang

override_dh_auto_test:
override_dh_auto_test:

0 comments on commit 688ca6a

Please sign in to comment.