diff options
author | John Estabrook <jestabro@vyos.io> | 2023-08-01 13:54:40 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-08-01 13:54:40 -0500 |
commit | dc7ca08e68a7504cfb256770ff55a424b7e9b9b5 (patch) | |
tree | 73d705d946f65b078738da5cb114d34b5188a259 /debian/rules | |
parent | 1429fe3750258cbbd947c065d92b867c785d461f (diff) | |
download | vyos-1x-dc7ca08e68a7504cfb256770ff55a424b7e9b9b5.tar.gz vyos-1x-dc7ca08e68a7504cfb256770ff55a424b7e9b9b5.zip |
xml: T5403: drop unnecessary copy of xml_cache
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 39185f1e6..9ada2bf87 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,6 @@ VYOS_CFG_TMPL_DIR := opt/vyatta/share/vyatta-cfg/templates VYOS_OP_TMPL_DIR := opt/vyatta/share/vyatta-op/templates VYOS_MIBS_DIR := usr/share/snmp/mibs VYOS_LOCALUI_DIR := srv/localui -VYOS_XML_CACHE_DIR := python/vyos/xml_ref/pkg_cache MIGRATION_SCRIPTS_DIR := opt/vyatta/etc/config-migrate/migrate SYSTEM_SCRIPTS_DIR := usr/libexec/vyos/system @@ -36,8 +35,6 @@ override_dh_auto_install: # convert the XML to dictionaries env PYTHONPATH=python python3 python/vyos/xml/generate.py - cp xml_cache/vyos_1x_cache.py python/vyos/xml_ref/pkg_cache - cd python; python3 setup.py install --install-layout=deb --root ../$(DIR); cd .. # Install scripts |