summaryrefslogtreecommitdiff
path: root/package/tar
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-20 21:46:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-20 21:46:47 +0200
commit5114e1d4b60bc14c851c8546bef5d669505ec53a (patch)
treeb7994afe0ca7e8db6c5dba20aafe961dec966fcc /package/tar
parent5b142635a68d74d23b7a3841d8eb6bc66c597e45 (diff)
parent794a4a75d2e2c513e55b8962ad9e8e470dd82ba8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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