[arch-commits] Commit in fish/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Feb 16 11:41:07 UTC 2013


    Date: Saturday, February 16, 2013 @ 12:41:07
  Author: bpiotrowski
Revision: 84314

upgpkg: fish 2.0b2-4

Don't compress man pages. (FS#33863)

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-16 09:44:07 UTC (rev 84313)
+++ PKGBUILD	2013-02-16 11:41:07 UTC (rev 84314)
@@ -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 @@
   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 {} \;
 }




More information about the arch-commits mailing list