From: Alexandru Ardelean Date: Wed, 9 Nov 2016 07:28:31 +0000 (+0200) Subject: python-dns: use --prefix & --root config options X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=556821951d62937bc546cacfb313d19cf35fa9f8;p=openwrt-packages.git 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 --- 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