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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Dec 20 18:40:07 UTC 2010


    Date: Monday, December 20, 2010 @ 13:40:07
  Author: andyrtr
Revision: 103509

upgpkg: rpcbind 0.2.0-3
add missing man-page; fix #21271; fix man-page permission

Modified:
  rpcbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-20 18:34:41 UTC (rev 103508)
+++ PKGBUILD	2010-12-20 18:40:07 UTC (rev 103509)
@@ -29,7 +29,7 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
   # install missing man page - https://bugs.archlinux.org/task/21271
-  install man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
   # install daemon 
   install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
   # install license




More information about the arch-commits mailing list