aboutsummaryrefslogtreecommitdiffstats
path: root/testing/k3s
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-19 15:01:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 15:01:18 -0300
commitaa9016bde5eb1d48112d211788d73398a5499cf8 (patch)
tree3fc614830a20cffb674f6f60b43c844502adaf93 /testing/k3s
parent5c85af3cef6c74b97a7d177d14aa349c44672f6d (diff)
downloadaports-aa9016bde5eb1d48112d211788d73398a5499cf8.tar.bz2
aports-aa9016bde5eb1d48112d211788d73398a5499cf8.tar.xz
testing/k3s: fix source url
Diffstat (limited to 'testing/k3s')
-rw-r--r--testing/k3s/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD
index 7271b82469..41bc26f277 100644
--- a/testing/k3s/APKBUILD
+++ b/testing/k3s/APKBUILD
@@ -11,7 +11,7 @@ options="!check" # No test suite from upstream
depends="containerd"
makedepends="go linux-headers"
subpackages="$pkgname-doc $pkgname-openrc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/rancher/k3s/archive/$pkgver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/rancher/k3s/archive/v$pkgver.tar.gz
k3s.initd
k3s.confd
"
@@ -42,8 +42,6 @@ build() {
}
package() {
- cd "$builddir"
-
install -m755 -D k3s \
"$pkgdir"/usr/bin/k3s
install -m755 -D kubectl \