summaryrefslogtreecommitdiff
path: root/community/fish
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-17 00:45:16 -0800
committerroot <root@rshg054.dnsready.net>2013-02-17 00:45:16 -0800
commitc6f4cd18ab706868be0eff10327a0dcd58cecdf3 (patch)
treede3914332965ed3485e383ba0da41ef1b1c8c427 /community/fish
parent4a4f6be8604aa35bdc81ae29d86b07dc8aea0c5c (diff)
Sun Feb 17 00:45:00 PST 2013
Diffstat (limited to 'community/fish')
-rw-r--r--community/fish/PKGBUILD7
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 {} \;
}