summaryrefslogtreecommitdiff
path: root/package/automake
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-24 14:43:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-24 14:43:49 +0200
commit89b9d7b45750e0416710355949ab10f4fb283cbc (patch)
tree98cbc62f7c08e032d842991eb78a8a7c3a4c13cc /package/automake
parent7f68c00d0201efb725ae5e959d63105168ce82ea (diff)
make automake more usable
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