lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 556821951d62937bc546cacfb313d19cf35fa9f8
parent a554a1dd3041360f2a19a962ced7130143d162e2
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Wed,  9 Nov 2016 09:28:31 +0200

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>

Diffstat:
Mlang/python-dns/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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