mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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 <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user