[Git][NTPsec/ntpsec][master] Explicitly run waf via python3 in make-tarball
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Thu Dec 29 04:02:48 UTC 2022
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
5ff55406 by Matt Selsky at 2022-12-28T23:02:08-05:00
Explicitly run waf via python3 in make-tarball
- - - - -
1 changed file:
- devel/make-tarball
Changes:
=====================================
devel/make-tarball
=====================================
@@ -42,8 +42,8 @@ mkdir .tmp
cd .tmp
tar -xzf ../ntpsec-${V}.tar.gz
cd ntpsec-${V}
-./waf configure --refclock=all --enable-doc
-./waf build
+python3 ./waf configure --refclock=all --enable-doc
+python3 ./waf build
cd ../..
rm -fr .tmp
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/5ff55406c90406dca9617c4394a1045f4df50867
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/5ff55406c90406dca9617c4394a1045f4df50867
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/20221229/9043fb14/attachment.htm>
More information about the vc
mailing list