summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-shells/zsh/zsh_5.4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb b/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb
index 100c449f2b..3aab65bf5b 100644
--- a/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb
+++ b/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb
@@ -49,6 +49,7 @@ do_configure () {
49 49
50do_install_append () { 50do_install_append () {
51 rm -fr ${D}/usr/share 51 rm -fr ${D}/usr/share
52 rmdir --ignore-fail-on-non-empty ${D}/usr
52} 53}
53 54
54pkg_postinst_${PN} () { 55pkg_postinst_${PN} () {