diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb index cf51f21557..cd97810e10 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb | |||
@@ -58,6 +58,8 @@ do_install_append () { | |||
58 | install -d ${D}${sysconfdir}/init.d | 58 | install -d ${D}${sysconfdir}/init.d |
59 | install -d ${D}${localstatedir}/lib/nfs/statd | 59 | install -d ${D}${localstatedir}/lib/nfs/statd |
60 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver | 60 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver |
61 | # kernel code as of 3.8 hard-codes this path as a default | ||
62 | install -d ${D}/var/lib/nfs/v4recovery | ||
61 | 63 | ||
62 | # the following are built by CC_FOR_BUILD | 64 | # the following are built by CC_FOR_BUILD |
63 | rm -f ${D}${sbindir}/rpcdebug | 65 | rm -f ${D}${sbindir}/rpcdebug |