[Git][NTPsec/ntpsec][master] Correct the installation path for the Python extension.
Eric S. Raymond
gitlab at mg.gitlab.com
Fri Nov 4 20:48:28 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
96b30707 by Eric S. Raymond at 2016-11-04T16:48:09-04:00
Correct the installation path for the Python extension.
- - - - -
1 changed file:
- libntp/wscript
Changes:
=====================================
libntp/wscript
=====================================
--- a/libntp/wscript
+++ b/libntp/wscript
@@ -78,5 +78,6 @@ def build(ctx):
target = "ntpc",
features = "c cshlib bld_include src_include pyext",
source = ["pymodule.c"] + libntp_source_sharable,
+ install_path = '${PYTHONDIR}/ntp',
includes = includes,
)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/96b3070773466748525510d6b635c9be420d828a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161104/a28e4050/attachment.html>
More information about the vc
mailing list