From 556821951d62937bc546cacfb313d19cf35fa9f8 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 9 Nov 2016 09:28:31 +0200 Subject: [PATCH] python-dns: use --prefix & --root config options Does not fix anything, just brings it inline with the other python packages. Signed-off-by: Alexandru Ardelean --- lang/python-dns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python-dns/Makefile b/lang/python-dns/Makefile index d36f4d9e0..ae26cc43b 100644 --- a/lang/python-dns/Makefile +++ b/lang/python-dns/Makefile @@ -36,7 +36,7 @@ endef define Build/Compile $(call Build/Compile/PyMod,,\ - install --prefix="$(PKG_INSTALL_DIR)/usr" \ + install --prefix=/usr --root="$(PKG_INSTALL_DIR)" \ ) endef