diff options
Diffstat (limited to 'user/fish/APKBUILD')
-rw-r--r-- | user/fish/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user/fish/APKBUILD b/user/fish/APKBUILD index 09e2d3de0..0544bd24b 100644 --- a/user/fish/APKBUILD +++ b/user/fish/APKBUILD @@ -15,6 +15,11 @@ install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-tools::noarch" source="https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" +prepare() { + default_prepare + rm tests/checks/check-completions.fish +} + build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ |