diff options
Diffstat (limited to 'community/fish/PKGBUILD')
-rw-r--r-- | community/fish/PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD index fdfdabd1c..a237a17e3 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75266 2012-08-17 10:28:57Z bpiotrowski $ +# $Id: PKGBUILD 84315 2013-02-16 11:41:49Z bpiotrowski $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> @@ -7,7 +7,7 @@ pkgname=fish pkgver=2.0b2 -pkgrel=3 +pkgrel=4 pkgdesc='Smart and user friendly shell intended mostly for interactive use' arch=('i686' 'x86_64') url='http://ridiculousfish.com/shell/' @@ -31,9 +31,6 @@ package() { cd "$srcdir"/fishfish make DESTDIR="$pkgdir" install - # compress man pages - find "$pkgdir"/usr/share/fish/man/ -type f | xargs gzip -9 - # use python2 find "$pkgdir"/usr/share/fish/tools/ -type f -exec sed -e "1s|python|python2|" -i {} \; } |