[Git][NTPsec/ntpsec][master] pylib: Change pylib install folder
Gary E. Miller (@garyedmundsmiller)
gitlab at mg.gitlab.com
Thu Mar 20 20:15:21 UTC 2025
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
1a1ab53c by James Browning at 2025-03-19T18:55:49-07:00
pylib: Change pylib install folder
* --enable-pylib=none install nothing
* Python files including the egg-info & gps/ntpc.py Install into PYTHONDIR
* ntpc.cpython*.so and such binaries Install into PYTHONARCHDIR
- - - - -
1 changed file:
- pylib/wscript
Changes:
=====================================
pylib/wscript
=====================================
@@ -98,7 +98,7 @@ def build(ctx):
features='py',
source=builds+[target1, target2],
install_from=bldnode,
- install_path='${PYTHONARCHDIR}/ntp'
+ install_path='${PYTHONDIR}/ntp'
)
# pep241 lay an egg
@@ -108,4 +108,4 @@ def build(ctx):
source=['ntp-in.egg-info'],
target=egg
)
- ctx.install_files(ctx.env.PYTHONARCHDIR, egg)
+ ctx.install_files(ctx.env.PYTHONDIR, egg)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/1a1ab53c097aed1e969e38834174b5c19e1db499
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/1a1ab53c097aed1e969e38834174b5c19e1db499
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/20250320/cdb720e4/attachment.htm>
More information about the vc
mailing list