Bug 26363: Remove tmp file during package build (follow-up)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
db5aadaeb9
commit
bf06f36fd0
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -20,6 +20,7 @@ override_dh_auto_install:
|
|||
rm $(TMP)/etc/koha/log4perl.conf
|
||||
rm $(TMP)/etc/koha/apache.conf
|
||||
rm $(TMP)/etc/koha/nginx.conf
|
||||
rm $(TMP)/etc/koha/koha-worker.service
|
||||
rm -r $(TMP)/usr/share/koha/doc
|
||||
rm -r $(TMP)/var/run
|
||||
rm -r $(TMP)/var/lock
|
||||
|
|
Loading…
Reference in a new issue