1
0
Fork 0
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:
Henrik Hautakoski 2023-05-13 13:33:31 +02:00
parent 5e9b7ceb1d
commit 2beb65b2df

3
debian/rules vendored
View file

@ -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