aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-07-25 12:15:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-07-25 12:15:24 +0200
commit2ce3273ee1f978dd239999dafccef450dfe37b1c (patch)
tree34133e604ff9a6a59203dd509fb83f0ea784a5d0 /testing
parent11c0daeeced0e40fe85677e6c1783f34de23ff3e (diff)
downloadaports-2ce3273ee1f978dd239999dafccef450dfe37b1c.tar.bz2
aports-2ce3273ee1f978dd239999dafccef450dfe37b1c.tar.xz
testing/lua-cloud_storage: really fix include path
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-cloud_storage/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/lua-cloud_storage/APKBUILD b/testing/lua-cloud_storage/APKBUILD
index 5507f0cc29..4fb06ac3c4 100644
--- a/testing/lua-cloud_storage/APKBUILD
+++ b/testing/lua-cloud_storage/APKBUILD
@@ -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