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

Daniel Griffiths dgriffiths at archlinux.org
Sat Feb 13 00:55:26 UTC 2010


    Date: Friday, February 12, 2010 @ 19:55:25
  Author: dgriffiths
Revision: 68491

FS#16165

Modified:
  mc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-13 00:52:16 UTC (rev 68490)
+++ PKGBUILD	2010-02-13 00:55:25 UTC (rev 68491)
@@ -6,7 +6,7 @@
 
 pkgname=mc
 pkgver=4.7.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A filemanager/shell that emulates Norton Commander"
 arch=('i686' 'x86_64')
 url="http://www.ibiblio.org/mc/"
@@ -39,4 +39,8 @@
 	cd ${srcdir}/${pkgname}-${pkgver}
 
 	make DESTDIR=${pkgdir} install
+
+	# Fix FS#15177
+	sed -i 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+	    ${pkgdir}/usr/share/mc/extfs/uzip
 }




More information about the arch-commits mailing list