diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-28 21:29:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-28 21:29:58 +0100 |
commit | 8568da747d7103b8adea9b925b74101ea818e328 (patch) | |
tree | 387ea88f0a77b54af33c93de8139f3bad4fe4a38 /debian/rules | |
parent | 829e76f7392e348ccc01c56e9680efb4eba80440 (diff) | |
download | vyos-1x-8568da747d7103b8adea9b925b74101ea818e328.tar.gz vyos-1x-8568da747d7103b8adea9b925b74101ea818e328.zip |
webproxy: T563: use new bash blacklist updater
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 5e275b8a3..ab0df7201 100755 --- a/debian/rules +++ b/debian/rules @@ -51,10 +51,6 @@ override_dh_auto_install: mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/completion cp -r src/completion/* $(DIR)/$(VYOS_LIBEXEC_DIR)/completion - # Install legacy components - mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/legacy - cp -r src/legacy/* $(DIR)/$(VYOS_LIBEXEC_DIR)/legacy - # Install helper scripts cp -r src/helpers/* $(DIR)/$(VYOS_LIBEXEC_DIR)/ |