[oe-commits] Chris Larson : nfs-utils: fix the broken /sbin/mount.nfs4 symlink.

git version control git at git.openembedded.org
Wed Aug 26 23:23:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8036a378560c907ee618532e25e6fabc1d68fd9d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8036a378560c907ee618532e25e6fabc1d68fd9d

Author: Chris Larson <clarson at mvista.com>
Date:   Wed Jul 15 11:31:56 2009 -0700

nfs-utils: fix the broken /sbin/mount.nfs4 symlink.

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/nfs-utils/nfs-utils_1.1.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/nfs-utils/nfs-utils_1.1.2.bb b/recipes/nfs-utils/nfs-utils_1.1.2.bb
index 350c195..7f29d8a 100644
--- a/recipes/nfs-utils/nfs-utils_1.1.2.bb
+++ b/recipes/nfs-utils/nfs-utils_1.1.2.bb
@@ -3,7 +3,7 @@ PRIORITY = "optional"
 SECTION = "console/network"
 LICENSE = "GPL"
 
-PR = "r4"
+PR = "r5"
 
 DEPENDS = "e2fsprogs-libs tcp-wrappers libevent"
 
@@ -57,7 +57,7 @@ do_install() {
 	install -m 0755 ${S}/utils/showmount/showmount ${D}${sbindir}/showmount
 	install -m 0755 ${S}/utils/statd/statd ${D}${sbindir}/statd
 
-	ln -s ${D}/${base_sbindir}/mount.nfs ${D}/${base_sbindir}/mount.nfs4
+	ln -s ${base_sbindir}/mount.nfs ${D}/${base_sbindir}/mount.nfs4
 
 	install -d ${D}${mandir}/man8
 	install -m 0644 ${S}/utils/exportfs/exportfs.man ${D}${mandir}/man8/exportfs.8





More information about the Openembedded-commits mailing list