diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-26 09:47:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-26 09:47:30 +0200 |
commit | e2114d40cc94ecca0617b08dcf5ed75549bf05fb (patch) | |
tree | 218bc6521a55b5358fa00d4ddbfd136f45e92608 | |
parent | bb813d480b00ed42f1e59b760b6433f4ad96bcde (diff) |
install needed files for autoconf
-rw-r--r-- | package/autoconf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile index 6e4abf3d6..e90c82f89 100644 --- a/package/autoconf/Makefile +++ b/package/autoconf/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= autoconf PKG_VERSION:= 2.64 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 30a198cef839471dd4926e92ab485361 PKG_DESCR:= GNU autoconf PKG_SECTION:= utils @@ -23,6 +23,9 @@ INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_AUTOCONF}/usr/bin + ${INSTALL_DIR} ${IDIR_AUTOCONF}/usr/share/autoconf ${CP} ${WRKINST}/usr/bin/auto* ${IDIR_AUTOCONF}/usr/bin + ${CP} ${WRKINST}/usr/share/autoconf/* \ + ${IDIR_AUTOCONF}/usr/share/autoconf include ${TOPDIR}/mk/pkg-bottom.mk |