mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/lua-cloud_storage: really fix include path
This commit is contained in:
parent
11c0daeece
commit
2ce3273ee1
@ -3,7 +3,7 @@
|
||||
pkgname=lua-cloud_storage
|
||||
pkgver=0.1.0
|
||||
_luaversions="5.1 5.2 5.3"
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A Lua library for communicating with Google Cloud Storage"
|
||||
url="https://github.com/leafo/cloud_storage"
|
||||
arch="noarch"
|
||||
@ -48,6 +48,8 @@ _split() {
|
||||
mkdir -p "$subpkgdir"/usr/share/lua/$_ver/cloud_storage
|
||||
cp cloud_storage/*.lua \
|
||||
"$subpkgdir"/usr/share/lua/$_ver/cloud_storage/ || return 1
|
||||
mv "$subpkgdir"/usr/share/lua/$_ver/cloud_storage/google.lua \
|
||||
"$subpkgdir"/usr/share/lua/$_ver/ || return 1
|
||||
}
|
||||
|
||||
for _v in $_luaversions; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user