From 8036a378560c907ee618532e25e6fabc1d68fd9d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 15 Jul 2009 11:31:56 -0700 Subject: [PATCH] nfs-utils: fix the broken /sbin/mount.nfs4 symlink. Signed-off-by: Chris Larson --- recipes/nfs-utils/nfs-utils_1.1.2.bb | 4 ++-- 1 file 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 350c195d92..7f29d8a851 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 -- 2.39.5