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

Tobias Powalowski tpowa at archlinux.org
Thu May 24 07:53:44 UTC 2012


    Date: Thursday, May 24, 2012 @ 03:53:43
  Author: tpowa
Revision: 159423

upgpkg: nfs-utils 1.2.6-1

bump to latest version

Modified:
  nfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-24 06:11:44 UTC (rev 159422)
+++ PKGBUILD	2012-05-24 07:53:43 UTC (rev 159423)
@@ -6,8 +6,8 @@
 # Contributor: Marco Lima <cipparello gmail com>
 
 pkgname=nfs-utils
-pkgver=1.2.5
-pkgrel=4
+pkgver=1.2.6
+pkgrel=1
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -37,7 +37,7 @@
 	blkmapd.service
 	nfs-utils.conf)
 install=nfs-utils.install
-md5sums=('8395ac770720b83c5c469f88306d7765'
+md5sums=('8be543ca270c2234ff18f8c8d35e0d37'
          'dd0d65fc6e8f422fa12520813098264b'
          'f73f197a16b02c3e248488ec35c4cf43'
          'e619f18354ff958ed624d05d08853d8f'
@@ -76,6 +76,8 @@
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}
+  # fix make install
+  mkdir -p $pkgdir/sbin
   make DESTDIR=$pkgdir install
 
   # support python2 (FS#25120)




More information about the arch-commits mailing list