diff options
-rw-r--r-- | main/fish/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/fish/APKBUILD b/main/fish/APKBUILD index c639632571..a91445ee60 100644 --- a/main/fish/APKBUILD +++ b/main/fish/APKBUILD @@ -14,7 +14,6 @@ checkdepends="expect bash" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools::noarch" source="https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |