diff options
| -rw-r--r-- | community/yash/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/community/yash/APKBUILD b/community/yash/APKBUILD index bad59954c8..c9e15ff30b 100644 --- a/community/yash/APKBUILD +++ b/community/yash/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=yash pkgver=2.49 -pkgrel=0 +pkgrel=1 pkgdesc="Yet another shell" url="http://yash.osdn.jp" arch="all" @@ -19,6 +19,11 @@ prepare() { sed -i -e 's/\bkill[24]-p.tst\b//g' \ -e 's/\bsignal[12]-y.tst\b//g' \ tests/Makefile.in + + # Remove completions for programs that are not available on Alpine + # (just to decrease size of the package). + cd share/completion + rm carthage dnf pgawk useradd who } build() { |
