git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a554a1d
)
python-dns: use --prefix & --root config options
author
Alexandru Ardelean
<redacted>
Wed, 9 Nov 2016 07:28:31 +0000
(09:28 +0200)
committer
Alexandru Ardelean
<redacted>
Wed, 9 Nov 2016 07:28:34 +0000
(09:28 +0200)
Does not fix anything, just brings it inline with the
other python packages.
Signed-off-by: Alexandru Ardelean <redacted>
lang/python-dns/Makefile
patch
|
blob
|
history
diff --git
a/lang/python-dns/Makefile
b/lang/python-dns/Makefile
index d36f4d9e0edf2519118f1a344e9c112f15f68e80..ae26cc43be4bf048534f029be7f5ced496e91377 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT