Commit 4e28dbf
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 ecd8ef0 commit 4e28dbf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments