[arch-commits] Commit in indent/trunk (PKGBUILD indent.install)

Aaron Griffin aaron at archlinux.org
Mon Jan 26 19:05:12 UTC 2009


    Date: Monday, January 26, 2009 @ 14:05:11
  Author: aaron
Revision: 25329

upgpkg: indent 2.2.10-3
    FS#12870: Fix info file install

Modified:
  indent/trunk/PKGBUILD
  indent/trunk/indent.install

----------------+
 PKGBUILD       |    3 ++-
 indent.install |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-26 19:01:57 UTC (rev 25328)
+++ PKGBUILD	2009-01-26 19:05:11 UTC (rev 25329)
@@ -4,7 +4,7 @@
 # Contributor: Herb Rose (hrose56 at yahoo.com)
 pkgname=indent
 pkgver=2.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNU Pretty-printer"
 url="http://indent.isidore-it.eu/beautify.html"
 depends=('glibc' 'texinfo')
@@ -26,6 +26,7 @@
   mv $startdir/pkg/usr/doc $startdir/pkg/usr/share
 
   rm -f $startdir/pkg/usr/share/info/dir
+  gzip -9 ${pkgdir}/usr/share/info/indent.info
 
   #TODO this tarball installs texinfo2man as well... we probably don't want that
 }

Modified: indent.install
===================================================================
--- indent.install	2009-01-26 19:01:57 UTC (rev 25328)
+++ indent.install	2009-01-26 19:05:11 UTC (rev 25329)
@@ -1,5 +1,5 @@
 info_dir=/usr/share/info
-info_files=(indent)
+info_files=(indent.info)
 
 post_install() {
   for f in ${info_files[@]}; do




More information about the arch-commits mailing list