summaryrefslogtreecommitdiff
path: root/community/fish
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-17 10:46:15 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-17 10:46:15 +0100
commite30ba9d4c857530c2fbb3cc82236a49676d5ebc9 (patch)
tree966498ac914356462e691b8e550ab1f1d069074c /community/fish
parent69f67102b7a02871e32a079ffb789d5fca72a746 (diff)
parentc6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/cantata/PKGBUILD community/ffmpeg-compat/PKGBUILD community/v8/PKGBUILD core/e2fsprogs/PKGBUILD core/groff/PKGBUILD core/openssl/PKGBUILD extra/avidemux/PKGBUILD extra/ffmpeg/PKGBUILD extra/glpk/PKGBUILD extra/gstreamer0.10-ugly/PKGBUILD extra/mediastreamer/PKGBUILD extra/netcdf/PKGBUILD extra/octave/PKGBUILD extra/opal/PKGBUILD extra/sox/PKGBUILD extra/x264/PKGBUILD
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 c3df5c8be..bca39bdd2 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' 'mips64el')
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 {} \;
}