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

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Jun 19 18:39:43 UTC 2014


    Date: Thursday, June 19, 2014 @ 20:39:43
  Author: tpowa
Revision: 215307

upgpkg: nfs-utils 1.3.0-2

fix #40897, move /sbin to /usr/bin

Modified:
  nfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-19 13:34:46 UTC (rev 215306)
+++ PKGBUILD	2014-06-19 18:39:43 UTC (rev 215307)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -57,6 +57,8 @@
   sed -i -e 's#sbindir = /sbin#sbindir = /usr/bin#g' utils/mount/Makefile
   # move osd_login to /usr/bin
   sed -i -e 's#sbindir = /sbin#sbindir = /usr/bin#g' utils/osd_login/Makefile
+  # move nfsdcltrack to /usr/bin
+  sed -i -e 's#sbindir = /sbin#sbindir = /usr/bin#g' utils/nfsdcltrack/Makefile
   make 
 }
 




More information about the arch-commits mailing list