summaryrefslogtreecommitdiff
path: root/package/dmidecode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/dmidecode/Makefile')
-rw-r--r--package/dmidecode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dmidecode/Makefile b/package/dmidecode/Makefile
index 8e142ea1b..aca4e5ee1 100644
--- a/package/dmidecode/Makefile
+++ b/package/dmidecode/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include $(TOPDIR)/rules.mk
+include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= dmidecode
PKG_VERSION:= 2.11
@@ -14,7 +14,7 @@ PKG_SITES:= http://download.savannah.gnu.org/releases/dmidecode/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,DMIDECODE,dmidecode,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -25,4 +25,4 @@ dmidecode-install:
$(INSTALL_BIN) $(WRKINST)/usr/sbin/dmidecode \
$(IDIR_DMIDECODE)/usr/sbin
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk