mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cherokee: install logrotate file properly
This commit is contained in:
parent
455a4449c6
commit
ef181b9db9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pre_configure()
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
# Setup logrotate thing
|
# Setup logrotate thing
|
||||||
vinstall ${FILESDIR}/${pkgname}.logrotate 644 etc/logrotate.d/${pkgname}
|
vinstall ${FILESDIR}/${pkgname}.logrotate 644 etc/logrotate.d ${pkgname}
|
||||||
|
|
||||||
# Install systemd service
|
# Install systemd service
|
||||||
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
|
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
|
||||||
|
|
Loading…
Add table
Reference in a new issue