summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Penen2021-06-02 18:47:09 +0200
committerArturo Penen2021-06-02 18:47:09 +0200
commit11c467d456c1b4faabde12b87631273b8a1fe955 (patch)
tree52168efb3ebe78a051d15838254d8f53cb276636
parent73408c3d79ac307e63f4118c572608ceb2fb5dc4 (diff)
downloadaur-11c467d456c1b4faabde12b87631273b8a1fe955.tar.gz
Correct output path
Signed-off-by: Arturo Penen <arturo.penen@diagroup.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d50acb84400c..99af908cedab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kops
pkgdesc = Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)
pkgver = 1.20.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index f58909d771cf..842eeec5eb4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kops
pkgver=1.20.1
-pkgrel=3
+pkgrel=4
pkgdesc='Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)'
arch=('x86_64')
url='https://github.com/kubernetes/kops'
@@ -19,7 +19,7 @@ build() {
}
package() {
- install -Dm 755 "${srcdir}/$pkgname-$pkgver/bin/kops" "${pkgdir}/usr/bin/kops"
+ install -Dm 755 "${srcdir}/$pkgname-$pkgver/.build/local/kops" "${pkgdir}/usr/bin/kops"
# Populate bash and zsh completions
install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"