diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-17 10:37:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-17 10:37:48 +0200 |
commit | 62ec79de66655e49d55ee114fba4019d48862274 (patch) | |
tree | 9b2f76c1f9c6a356d350dc51084a9cd8c047c80a /package/tar | |
parent | 38ac5bfe885f5b97a655cb47df2e411e29950639 (diff) |
substitute busybox tar
Diffstat (limited to 'package/tar')
-rw-r--r-- | package/tar/Makefile | 4 |
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 |