diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-16 02:05:06 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-16 02:05:06 +0200 |
commit | 3666ab2b4ed251718c6db549d273ef676bb77c2c (patch) | |
tree | fbeabeb88bab014dc02916fd54eea6028f0f04f1 /debian/rules | |
parent | 30030cc0cc808b9a1c942e89e8698ee2b522b87f (diff) | |
download | vyos-1x-3666ab2b4ed251718c6db549d273ef676bb77c2c.tar.gz vyos-1x-3666ab2b4ed251718c6db549d273ef676bb77c2c.zip |
T643: correct the logic for generating node constraints and add emulation of multiple validation options.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d10f6f450..ed33706e4 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,9 @@ override_dh_auto_install: mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/validators cp -r src/validators/* $(DIR)/$(VYOS_LIBEXEC_DIR)/validators + # Install helper scripts + cp -r src/helpers/* $(DIR)/$(VYOS_LIBEXEC_DIR)/ + mkdir -p $(DIR)/$(VYOS_CFG_TMPL_DIR) cp -r templates-cfg/* $(DIR)/$(VYOS_CFG_TMPL_DIR) |