testing/lua-cloud_storage: really fix include path

This commit is contained in:
Carlo Landmeter 2015-07-25 12:15:24 +02:00
parent 11c0daeece
commit 2ce3273ee1

View File

@ -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