[arch-commits] Commit in pari/trunk (PKGBUILD)
    Gaetan Bisson 
    bisson at nymeria.archlinux.org
       
    Tue Jun 11 06:25:07 UTC 2013
    
    
  
    Date: Tuesday, June 11, 2013 @ 08:25:06
  Author: bisson
Revision: 92659
avoid archweb's uncompressed manpages detection
Modified:
  pari/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-10 17:17:32 UTC (rev 92658)
+++ PKGBUILD	2013-06-11 06:25:06 UTC (rev 92659)
@@ -33,5 +33,5 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
-	ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+	ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1.gz
 }
    
    
More information about the arch-commits
mailing list