Commit c9914fe
committed
deb: Dont include /usr in package
The `/usr` directory contains only two files:
```
/usr
/usr/lib
/usr/lib/tmpfiles.d
/usr/lib/tmpfiles.d/puppetserver.conf
/usr/share
/usr/share/doc
/usr/share/doc/openvox-server
/usr/share/doc/openvox-server/changelog.gz
```
We don't package
/usr/lib/tmpfiles.d/*.conf anymore. And the changelog.gz is
autogenerated by fpm afterwards. That means that in our packaging
directory, there is no `/usr`. If we force fpm to package it, it will
raise an error.
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
(cherry picked from commit eccc37d)
Signed-off-by: Tim Meusel <tim@bastelfreak.de>1 parent 66f0c1f commit c9914fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments