[Git][NTPsec/ntpsec][master] Restore accidentally removed creation of a magigic ntp/ link.
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Sep 26 18:51:30 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
eaaf0409 by Eric S. Raymond at 2017-09-26T13:59:10-04:00
Restore accidentally removed creation of a magigic ntp/ link.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -1024,7 +1024,7 @@ def afterparty(ctx):
if ctx.cmd in ('uninstall', 'install'):
# Make sure libs are removed from the old location
FixConfig.cleanup_python_libs(ctx, ctx.cmd)
- for x in ("tests/pylib",):
+ for x in ("ntpclients", "tests/pylib",):
# List used to be longer...
path_build = ctx.bldnode.make_node("pylib")
path_source = ctx.bldnode.make_node(x + "/ntp")
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/eaaf0409a524637b7ad9dd5713af506cb168d730
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/eaaf0409a524637b7ad9dd5713af506cb168d730
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170926/74a91984/attachment.html>
More information about the vc
mailing list