aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-04-18 15:29:52 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-04-18 18:49:14 +0000
commit69892e7ae493e971021fda50c9e4fd0898227e96 (patch)
tree2c7a2b7218f3edde4f4354a40ad8973fa4431834
parentbbc10dcf905a4569c5f3513c7c35a53b3ae66e11 (diff)
community/k3s: install modules-load.d file into /usr/lib instead of /etc
-rw-r--r--community/k3s/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/k3s/APKBUILD b/community/k3s/APKBUILD
index 8792dfc2319..62e66958155 100644
--- a/community/k3s/APKBUILD
+++ b/community/k3s/APKBUILD
@@ -3,7 +3,7 @@
pkgname=k3s
_pkgver=1.20.6+k3s1
pkgver=${_pkgver/+k3s/.}
-pkgrel=0
+pkgrel=1
pkgdesc="Lightweight Kubernetes. 5 less than k8s"
url="https://k3s.io"
arch="all"
@@ -79,7 +79,7 @@ package() {
install -m755 -D "$srcdir"/k3s.initd "$pkgdir"/etc/init.d/k3s
install -m644 -D "$srcdir"/k3s.confd "$pkgdir"/etc/conf.d/k3s
install -m644 -D "$srcdir"/k3s.logrotate "$pkgdir"/etc/logrotate.d/k3s
- install -m644 -D "$srcdir"/k3s.modules-load "$pkgdir"/etc/modules-load.d/k3s.conf
+ install -m644 -D "$srcdir"/k3s.modules-load "$pkgdir"/usr/lib/modules-load.d/k3s.conf
}
sha512sums="0b03d2124f65c83f2ea2cf3ed8ec4f1834a180d8621feb9e20582fdff0ce7f4065daed02a96fdb0b40706ef6b95d04f4c5450b345266d73c9b7c747fcab78bd4 k3s-1.20.6.1.tar.gz