summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/cifs/cifs-utils_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/cifs/cifs-utils_git.bb')
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index 53285a152..19b60ad38 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
14inherit autotools 14inherit autotools
15 15
16do_install_append() { 16do_install_append() {
17 # Remove empty /usr/bin and /usr/sbin directories since the mount helper 17 # Remove empty /usr/bin and /usr/sbin directories since the mount helper
18 # is installed to /sbin 18 # is installed to /sbin
19 rmdir ${D}${bindir} ${D}${sbindir} 19 rmdir ${D}${bindir} ${D}${sbindir}
20} 20}