diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-01 09:19:40 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-01 09:19:40 +0200 |
commit | ade33388824f40642561792faa899cfeb98c3f92 (patch) | |
tree | 76a61703406fb1df84da9882bc7d6d289d75a93b /main/zsh/APKBUILD | |
parent | dca201274323395d1127018e919324715ebd2cd5 (diff) | |
download | aports-ade33388824f40642561792faa899cfeb98c3f92.tar.bz2 aports-ade33388824f40642561792faa899cfeb98c3f92.tar.xz |
main/[various]: set proper arch
fixes commit "main/[various]: dont set arch in split function"
Diffstat (limited to 'main/zsh/APKBUILD')
-rw-r--r-- | main/zsh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD index 65f80ffb79..7f0feef22f 100644 --- a/main/zsh/APKBUILD +++ b/main/zsh/APKBUILD @@ -16,7 +16,7 @@ source="http://www.zsh.org/pub/$pkgname-$pkgver.tar.xz fix-zle-segfault.patch fix-oom-fatal-error.patch fix-vcs_info.patch" -subpackages="$pkgname-doc $pkgname-calendar $pkgname-vcs $pkgname-zftp" +subpackages="$pkgname-doc $pkgname-calendar::noarch $pkgname-vcs::noarch $pkgname-zftp::noarch" builddir="$srcdir/$pkgname-$pkgver" _libdir="usr/lib/zsh/$pkgver" |