summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-20 21:30:46 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-20 21:30:53 +0000
commit2559e679ceb791993fb9beefa31f6f7d7e8407de (patch)
treec0c6170cc1cd560252130fcf37e6be4f8e1bb367
parentdcabc0f501872245d37194a9462fbac26e24f10f (diff)
automake: fix broken package
-rw-r--r--package/automake/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/automake/Makefile b/package/automake/Makefile
index 3fedc528f..d908acf3b 100644
--- a/package/automake/Makefile
+++ b/package/automake/Makefile
@@ -5,6 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= automake
PKG_VERSION:= 1.15.1
+PKG_EXTRAVER:= 1.15
PKG_RELEASE:= 1
PKG_HASH:= af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
PKG_DESCR:= tool for automatically generating makefiles
@@ -27,11 +28,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/aclocal-$(PKG_VERSION)
- $(CP) $(WRKINST)/usr/share/aclocal-$(PKG_VERSION) \
+ $(INSTALL_DIR) $(IDIR_AUTOMAKE)/usr/share/aclocal-$(PKG_EXTRAVER)
+ $(CP) $(WRKINST)/usr/share/aclocal-$(PKG_EXTRAVER) \
$(IDIR_AUTOMAKE)/usr/share
- $(INSTALL_DIR) $(IDIR_AUTOMAKE)/usr/share/automake-$(PKG_VERSION)
- $(CP) $(WRKINST)/usr/share/automake-$(PKG_VERSION) \
+ $(INSTALL_DIR) $(IDIR_AUTOMAKE)/usr/share/automake-$(PKG_EXTRAVER)
+ $(CP) $(WRKINST)/usr/share/automake-$(PKG_EXTRAVER) \
$(IDIR_AUTOMAKE)/usr/share
include $(ADK_TOPDIR)/mk/host-bottom.mk