mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/lua-timerwheel: correct rock_manifest location
$_pkgname was set but unset $_rockname was used
This commit is contained in:
parent
c4253a64f7
commit
e5ab1b84b6
@ -3,7 +3,7 @@
|
||||
pkgname=lua-timerwheel
|
||||
_pkgname=timerwheel
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Efficient timer for timeout related timers"
|
||||
url="https://tieske.github.io/timerwheel.lua/"
|
||||
arch="noarch"
|
||||
@ -35,7 +35,7 @@ check() {
|
||||
|
||||
package() {
|
||||
local luadir="$pkgdir/usr/share/lua/common"
|
||||
local rockdir="$pkgdir/usr/lib/luarocks/rocks-common/$_rockname/$pkgver-1"
|
||||
local rockdir="$pkgdir/usr/lib/luarocks/rocks-common/$_pkgname/$pkgver-1"
|
||||
|
||||
mkdir -p "$luadir"
|
||||
cp -r src/* "$luadir"/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user