From d3aa5f237ecaf9873444c5b3978af6d824b0a390 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Sep 2014 09:56:52 +0000 Subject: testing/lua-struct: fix depends in subpackages --- testing/lua-struct/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/lua-struct') diff --git a/testing/lua-struct/APKBUILD b/testing/lua-struct/APKBUILD index 153bee00c2..2f6b2b1e7d 100644 --- a/testing/lua-struct/APKBUILD +++ b/testing/lua-struct/APKBUILD @@ -4,7 +4,7 @@ _luaversions="5.1 5.2" pkgname=lua-struct pkgver=0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Library for Converting Data to and from C Structs for Lua" url="http://www.inf.puc-rio.br/~roberto/struct/" arch="all" @@ -55,6 +55,7 @@ package() { _split() { local _v=$1 pkgdesc="$pkgdesc - Lua $_v" + depends= mkdir -p "$subpkgdir"/usr/lib/lua/$_v install "$srcdir"/$_v/struct.so "$subpkgdir"/usr/lib/lua/$_v/struct.so \ || return 1 -- cgit v1.2.3