summaryrefslogtreecommitdiff
path: root/package/tar
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-17 10:37:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-17 10:37:48 +0200
commit62ec79de66655e49d55ee114fba4019d48862274 (patch)
tree9b2f76c1f9c6a356d350dc51084a9cd8c047c80a /package/tar
parent38ac5bfe885f5b97a655cb47df2e411e29950639 (diff)
substitute busybox tar
Diffstat (limited to 'package/tar')
-rw-r--r--package/tar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tar/Makefile b/package/tar/Makefile
index ea82632dd..8c16627d1 100644
--- a/package/tar/Makefile
+++ b/package/tar/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ENV+= gl_cv_func_mbrtowc_incomplete_state=no \
gl_cv_func_wcrtomb_retval=no
post-install:
- ${INSTALL_DIR} ${IDIR_TAR}/usr/bin
- ${INSTALL_BIN} ${WRKINST}/usr/bin/tar ${IDIR_TAR}/usr/bin
+ ${INSTALL_DIR} ${IDIR_TAR}/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/tar ${IDIR_TAR}/bin
include ${TOPDIR}/mk/pkg-bottom.mk