diff options
author | Mike Sullivan <mksully22@gmail.com> | 2018-12-26 20:48:55 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-12-28 05:54:01 +0200 |
commit | 1b79b11db624cfe53f6057158d846dd6a58ce523 (patch) | |
tree | 73aa60d5e1f70d30fdbdf27c65520c80ae3a05c8 /community | |
parent | 2156de186eef9403e54cbae80571bf5324dc21a9 (diff) | |
download | aports-1b79b11db624cfe53f6057158d846dd6a58ce523.tar.bz2 aports-1b79b11db624cfe53f6057158d846dd6a58ce523.tar.xz |
community/fzf: fix build break during packaging phase
Diffstat (limited to 'community')
-rw-r--r-- | community/fzf/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD index aa861da320..dd7fc77f25 100644 --- a/community/fzf/APKBUILD +++ b/community/fzf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <ops@ikke.info> pkgname=fzf pkgver=0.17.5 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line fuzzy finder" url="https://github.com/junegunn/fzf" arch="all !s390x !aarch64 !armhf !armv7" @@ -20,7 +20,6 @@ prepare() { default_prepare cd "$builddir" export GOPATH="$startdir" - HOME=$GOPATH glide install } |