[ntpsec commit] Locations of somr subsitutables have to be tweaked, too.

Eric S. Raymond esr at ntpsec.org
Tue Oct 20 10:38:00 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    654ff8e0d2b306d200b1e7295b7681dd2483da64
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=654ff8e0d2b306d200b1e7295b7681dd2483da64

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Tue Oct 20 06:37:06 2015 -0400

Locations of somr subsitutables have to be tweaked, too.

---

 wscript | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wscript b/wscript
index bbaf121..2ee9e23 100644
--- a/wscript
+++ b/wscript
@@ -109,9 +109,9 @@ def build(ctx):
 
 
 	subst_scripts = [
-		"scripts/ntpwait/ntpwait.in",
-		"scripts/ntpsweep/ntpsweep.in",
-		"scripts/ntptrace/ntptrace.in",
+		"ntpwait/ntpwait.in",
+		"ntptrace/ntptrace.in",
+		"util/ntpsweep/ntpsweep.in",
 	]
 
 	ctx(



More information about the vc mailing list