diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-24 19:54:49 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-27 19:19:28 +0000 |
commit | 37e7188bb664695f67ba538083726ccc3f075269 (patch) | |
tree | 08be8c3d5d39ce8529bf474376c80bf724914244 /main/fish/APKBUILD | |
parent | 001ef21f2fa6ce9c13142c226e42549268a777fd (diff) | |
download | aports-37e7188bb664695f67ba538083726ccc3f075269.tar.bz2 aports-37e7188bb664695f67ba538083726ccc3f075269.tar.xz |
main/fish: modernize
Diffstat (limited to 'main/fish/APKBUILD')
-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" |