diff options
author | Harm Weites <harm@weites.com> | 2014-09-03 17:20:43 +0000 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-09-03 17:20:43 +0000 |
commit | 3bec4688a7001a3ce9bbfd1a82e691ea94884a9e (patch) | |
tree | 0081fa426678c96b6721479ceb547c6719a7b038 | |
parent | 439f9c95f0bd024bbc47e01531c50e45f2d68c2c (diff) | |
download | vyos-cloud-init-3bec4688a7001a3ce9bbfd1a82e691ea94884a9e.tar.gz vyos-cloud-init-3bec4688a7001a3ce9bbfd1a82e691ea94884a9e.zip |
fix: Since these now actually exist in ports, install them properly
(with pkg).
-rwxr-xr-x | tools/build-on-freebsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd index 23bdf487..65d783f7 100755 --- a/tools/build-on-freebsd +++ b/tools/build-on-freebsd @@ -17,6 +17,7 @@ pkgs=" py27-prettytable py27-requests py27-six python py27-cheetah + py27-jsonpointer py27-jsonpatch " [ -f "$depschecked" ] || pkg install ${pkgs} || fail "install packages" touch $depschecked |