diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2019-11-10 12:19:32 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-11-10 13:11:35 +0100 |
| commit | 0608e059afa4fc6d8cec19be32414ef7374c5928 (patch) | |
| tree | 8094c3c1878f4039d6895f61fddada9c8a2eab8e | |
| parent | 108ebbc186b2276146e5562ad1595094010feb8b (diff) | |
| download | aports-0608e059afa4fc6d8cec19be32414ef7374c5928.tar.bz2 aports-0608e059afa4fc6d8cec19be32414ef7374c5928.tar.xz | |
community/yash: remove completions for commands N/A on Alpine
| -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() { |
