diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-22 10:00:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-22 10:00:57 +0000 |
commit | 3b14d35436bf2990a3f98332dfe3e018407caa52 (patch) | |
tree | 28ff9b1b4ab00a897541d33fcfa9009159f1a241 /testing | |
parent | 75adf149c458008ff6702e63260ec50d28a16086 (diff) | |
download | aports-3b14d35436bf2990a3f98332dfe3e018407caa52.tar.bz2 aports-3b14d35436bf2990a3f98332dfe3e018407caa52.tar.xz |
testing/lua-lustache: fix depends for subpackages
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lua-lustache/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lua-lustache/APKBUILD b/testing/lua-lustache/APKBUILD index c721bcd322..4a6cef9c0b 100644 --- a/testing/lua-lustache/APKBUILD +++ b/testing/lua-lustache/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-lustache pkgver=1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Logic-less {{mustache}} templates with Lua" url="http://olivinelabs.com/lustache/" arch="noarch" @@ -45,6 +45,7 @@ package() { _split() { pkgdesc="Logic-less {{mustache}} templates with Lua $1" + depends= mkdir -p "$subpkgdir"/usr/share/lua/ mv "$pkgdir"/usr/share/lua/$1 "$subpkgdir"/usr/share/lua/ || return 1 } |