[Git][NTPsec/ntpsec][master] Repair --sbindir and --mandir options.

Eric S. Raymond gitlab at mg.gitlab.com
Tue Oct 11 11:39:13 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
c285c4fd by Eric S. Raymond at 2016-10-11T07:39:02-04:00
Repair --sbindir and --mandir options.

- - - - -


1 changed file:

- wafhelpers/configure.py


Changes:

=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -98,6 +98,9 @@ def cmd_configure(ctx, config):
         if ctx.options.disable_manpage:
                 ctx.env.DISABLE_MANPAGE = True
 
+	ctx.env.SBINDIR = ctx.options.sbindir
+	ctx.env.MANDIR = ctx.options.mandir
+
         from os.path import exists
         from waflib.Utils import subprocess
         if exists(".git") and ctx.find_program("git", var="BIN_GIT", mandatory=False):



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c285c4fd79c009ce539da89458ccd4544eb477d9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161011/454af761/attachment.html>


More information about the vc mailing list