summaryrefslogtreecommitdiff
path: root/package/automake/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-13 22:17:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-13 22:17:52 +0100
commit0dd1969c3517fec51550e43799ad8dc801d573e0 (patch)
treeec12d21e67d2cf77e4085bc6b05a305c2623e512 /package/automake/Makefile
parent845e6343c2626a05cdc9f7aec0e1e1fd7174437e (diff)
parent5b1ef5ec98175c6b50fe43bc651702821fc8e8df (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/automake/Makefile')
-rw-r--r--package/automake/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/automake/Makefile b/package/automake/Makefile
index bd2dd204b..97525341e 100644
--- a/package/automake/Makefile
+++ b/package/automake/Makefile
@@ -25,8 +25,11 @@ automake-install:
${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/automake ${IDIR_AUTOMAKE}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/aclocal ${IDIR_AUTOMAKE}/usr/bin
- ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}/
+ ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/aclocal-${PKG_EXTRAVER}
+ ${CP} ${WRKINST}/usr/share/aclocal-${PKG_EXTRAVER} \
+ ${IDIR_AUTOMAKE}/usr/share/aclocal-${PKG_EXTRAVER}
+ ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}
${CP} ${WRKINST}/usr/share/automake-${PKG_EXTRAVER}/Automake \
- ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}/
+ ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}
include ${TOPDIR}/mk/pkg-bottom.mk