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/vyos-1x.install | |
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/vyos-1x.install')
-rw-r--r-- | debian/vyos-1x.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install new file mode 100644 index 000000000..97076d338 --- /dev/null +++ b/debian/vyos-1x.install @@ -0,0 +1,4 @@ +etc/ +lib/ +opt/ +usr/ |