diff options
-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 |