Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
556821951d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python-dns/Makefile

+ 1
- 1
lang/python-dns/Makefile View 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


Loading…
Cancel
Save