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

Tom Gundersen tomegun at archlinux.org
Sat Jun 9 17:20:37 UTC 2012


    Date: Saturday, June 9, 2012 @ 13:20:37
  Author: tomegun
Revision: 161329

fix typo to properly remove manpage

Modified:
  pciutils/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-09 17:10:50 UTC (rev 161328)
+++ PKGBUILD	2012-06-09 17:20:37 UTC (rev 161329)
@@ -26,5 +26,5 @@
   make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
   install -m644 "${srcdir}/libpci.a" "${pkgdir}/usr/lib/"
   # this is now supplied by the hwids package
-  rm -rf $pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8.gz,hwdata}}
+  rm -rf $pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
 }




More information about the arch-commits mailing list