python-dns: use --prefix & --root config options
[feed/packages.git] / lang / python-dns / Makefile
index d36f4d9e0edf2519118f1a344e9c112f15f68e80..ae26cc43be4bf048534f029be7f5ced496e91377 100644 (file)
@@ -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