Skip to content
Snippets Groups Projects
Commit 20a8853e authored by Jake Buchholz Göktürk's avatar Jake Buchholz Göktürk
Browse files

main/tiny-cloud: fix install of cloud modules

parent 36bd3987
No related branches found
No related tags found
1 merge request!76090main/tiny-cloud: fix install of cloud modules
Checking pipeline status
......@@ -3,7 +3,7 @@
# Maintainer: Jake Buchholz Göktürk <tomalok@gmail.com>
pkgname=tiny-cloud
pkgver=3.1.0_rc1
pkgrel=1
pkgrel=2
pkgdesc="Tiny Cloud instance bootstrapper"
url="https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud"
arch="noarch"
......@@ -41,7 +41,7 @@ check() {
}
package() {
make PREFIX="$pkgdir" core openrc
make PREFIX="$pkgdir"
install="$pkgname.pre-upgrade"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment