aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar/tar.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/tar/tar.inc')
-rw-r--r--meta/recipes-extended/tar/tar.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 6e77051a33..0533b82d27 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -12,12 +12,14 @@ EXTRAINSTALL = "do_install_extra"
do_install () {
autotools_do_install
- install -d ${D}${base_bindir}
${EXTRAINSTALL}
}
do_install_extra () {
+ install -d ${D}${base_bindir}
mv ${D}${bindir}/tar ${D}${base_bindir}/tar.${PN}
+ rmdir ${D}${bindir}/
+ rmdir ${D}${sbindir}/
mv ${D}${libexecdir}/rmt ${D}${libexecdir}/rmt.${PN}
}