aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb
index 3b52ed475b..4a888c84fd 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb
@@ -57,10 +57,10 @@ do_configure_prepend () {
do_install_append () {
if [ -d ${D}/run ]; then
- rmdir ${D}/run
+ rmdir ${D}/run
fi
if [ -d ${D}${localstatedir}/run ]; then
- rmdir ${D}${localstatedir}/run
+ rmdir ${D}${localstatedir}/run
fi
}