mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
debian/rules: Do not need to include version when building.
This commit is contained in:
parent
5e9b7ceb1d
commit
2beb65b2df
1 changed files with 2 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -6,6 +6,7 @@ include /usr/share/dpkg/default.mk
|
|||
dh $@ -P debian/pkgroot
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build -- GOOS=linux GOBUILDFLAGS="-v --buildmode=pie -ldflags=\"-v -s -w -X main.VersionString=$(DEB_VERSION)\""
|
||||
dh_auto_build -- GOOS=linux
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- PREFIX=/usr CFGDIR=/etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue