From c6f4cd18ab706868be0eff10327a0dcd58cecdf3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Feb 2013 00:45:16 -0800 Subject: Sun Feb 17 00:45:00 PST 2013 --- community/fish/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'community/fish') 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 # Maintainer: Bartłomiej Piotrowski # Contributor: Abhishek Dasgupta @@ -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 {} \; } -- cgit v1.2.3-54-g00ecf