summaryrefslogtreecommitdiff
path: root/package/automake
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:38:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:38:40 +0200
commit5d042962bcc03853f940044bb09cd95f60202908 (patch)
tree11136a4b0919e59b95f381f4c5f1670b18f450e8 /package/automake
parenteebce988808821c7c656a4217593c2c5f9f8c3d1 (diff)
parentda1f19486208d5ce32e2773f801bd931e19f4bf1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/automake')
-rw-r--r--package/automake/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/automake/Makefile b/package/automake/Makefile
index 0b289702f..814d753a2 100644
--- a/package/automake/Makefile
+++ b/package/automake/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= automake
PKG_VERSION:= 1.11.1
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_EXTRAVER:= 1.11
PKG_MD5SUM:= 4ee7f0ff5f0e467d58b6bd5da96b1c74
PKG_DESCR:= GNU automake
@@ -26,9 +26,9 @@ automake-install:
${INSTALL_BIN} ${WRKINST}/usr/bin/aclocal ${IDIR_AUTOMAKE}/usr/bin
${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/aclocal-${PKG_EXTRAVER}
${CP} ${WRKINST}/usr/share/aclocal-${PKG_EXTRAVER} \
- ${IDIR_AUTOMAKE}/usr/share/aclocal-${PKG_EXTRAVER}
+ ${IDIR_AUTOMAKE}/usr/share
${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}
- ${CP} ${WRKINST}/usr/share/automake-${PKG_EXTRAVER}/Automake \
- ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}
+ ${CP} ${WRKINST}/usr/share/automake-${PKG_EXTRAVER} \
+ ${IDIR_AUTOMAKE}/usr/share
include ${TOPDIR}/mk/pkg-bottom.mk