summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Marin2020-04-15 17:51:01 +0200
committerGustavo Marin2020-04-15 17:51:01 +0200
commitf4304cf461f1282728ae13dc0c2e364e68c446b8 (patch)
treeb95d5ed40bd67b8d70fe36c72770d1d8cd7e4c04 /PKGBUILD
parent94cb886decc7dec51457c69e7a8497cad2f4269e (diff)
downloadaur-f4304cf461f1282728ae13dc0c2e364e68c446b8.tar.gz
change build path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ead178047310..874293253ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ build() {
go build \
-trimpath \
-ldflags "-X github.com/guumaster/hostctl/cmd.version=$pkgver -extldflags $LDFLAGS" \
- -o $pkgname .
+ -o $pkgname cmd/hostctl/main.go
}
package() {