summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Rodriguez2022-08-15 05:58:28 -0400
committerDavid Rodriguez2022-08-15 05:58:28 -0400
commit03d3b2f3b5a680964144d02a7d32127cfdc8ee48 (patch)
treea78ad69f6e7cac62f129e8d01210c629c620b453 /PKGBUILD
parent73f51beba57eb3835f6df82f1b8675784c0c158b (diff)
downloadaur-03d3b2f3b5a680964144d02a7d32127cfdc8ee48.tar.gz
Fix PKGBUILD binary copy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a30f1508564..87c09646b9ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kops-git
pkgver=1.25.0.alpha.2.r85.g429ebecdca
-pkgrel=3
+pkgrel=4
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management. (git version)"
arch=('x86_64')
url="https://github.com/kubernetes/kops"
@@ -21,7 +21,7 @@ prepare(){
build() {
export GOPATH=$srcdir
- export GOBIN=$srcdir/bin
+ export GOBIN=$srcdir/bin/
cd $GOPATH/src/k8s.io/kops
make
}