diff options
Diffstat (limited to 'package/virtinst/Makefile')
-rw-r--r-- | package/virtinst/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/virtinst/Makefile b/package/virtinst/Makefile index ffb548204..b7d4e15a7 100644 --- a/package/virtinst/Makefile +++ b/package/virtinst/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:= virtinst PKG_VERSION:= 0.600.0 @@ -14,7 +14,7 @@ PKG_DEPENDS:= python2 urlgrabber libxml2-python libxslt libvirt PKG_URL:= http://virt-manager.org/ PKG_SITES:= http://virt-manager.org/download/sources/virtinst/ -include $(TOPDIR)/mk/package.mk +include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,VIRTINST,virtinst,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) @@ -22,7 +22,7 @@ CONFIG_STYLE:= manual BUILD_STYLE:= manual INSTALL_STYLE:= manual -include $(TOPDIR)/mk/python.mk +include $(ADK_TOPDIR)/mk/python.mk do-build: (cd $(WRKBUILD); env PYTHONPATH=$(PYTHON_LIBDIR) $(PYTHON) ./setup.py build) @@ -35,4 +35,4 @@ do-install: $(CP) $(WRKINST)/usr/lib/python$(PYTHON_VERSION)/site-packages/* \ $(IDIR_VIRTINST)/usr/lib/python$(PYTHON_VERSION)/site-packages -include ${TOPDIR}/mk/pkg-bottom.mk +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |