summaryrefslogtreecommitdiff
path: root/package/dosfstools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/dosfstools/Makefile')
-rw-r--r--package/dosfstools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dosfstools/Makefile b/package/dosfstools/Makefile
index ab7e698d5..f8711b6b1 100644
--- a/package/dosfstools/Makefile
+++ b/package/dosfstools/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:= dosfstools
PKG_VERSION:= 3.0.26
@@ -14,7 +14,7 @@ PKG_SITES:= http://daniel-baumann.ch/files/software/dosfstools/
PKG_BUILDDEP_UCLIBC:= libiconv-tiny
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,DOSFSTOOLS,dosfstools,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -28,4 +28,4 @@ dosfstools-install:
${INSTALL_BIN} ${WRKINST}/sbin/mkdosfs ${IDIR_DOSFSTOOLS}/usr/sbin
${CP} ${WRKINST}/sbin/mkfs.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/usr/sbin
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk