nfs-utils: fix the broken /sbin/mount.nfs4 symlink.
authorChris Larson <clarson@mvista.com>
Wed, 15 Jul 2009 18:31:56 +0000 (11:31 -0700)
committerChris Larson <clarson@mvista.com>
Wed, 26 Aug 2009 23:20:45 +0000 (16:20 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/nfs-utils/nfs-utils_1.1.2.bb

index 350c195..7f29d8a 100644 (file)
@@ -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