diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-25 11:05:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-25 11:05:52 +0100 |
commit | b818b5cdae5bfc46d7f65c7f398fe37485513dd1 (patch) | |
tree | c662b419ecea8804aa433cbbb8d841c89ce764a9 /debian/rules | |
parent | 6fe14cca59966ed3ecd482c0042b935bfb78c6cb (diff) | |
download | vyos-1x-b818b5cdae5bfc46d7f65c7f398fe37485513dd1.tar.gz vyos-1x-b818b5cdae5bfc46d7f65c7f398fe37485513dd1.zip |
Debian: fix package generation after adding vyos-1x-vmware
Commit 7e00ffa ("Debian: add vyos-1x-vmware package") added a new subpackage,
but by adding this package it was forgotton to create the appropriate
vyos-1x.install file.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 24cb00fdb..d529c9b4e 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ override_dh_auto_build: make all override_dh_auto_install: - dh_install -pvyos-1x + dh_auto_install cd python; python3 setup.py install --install-layout=deb --root ../$(DIR); cd .. # Install scripts |