cherokee: install logrotate file properly
This commit is contained in:
parent
455a4449c6
commit
ef181b9db9
|
@ -58,7 +58,7 @@ pre_configure()
|
|||
post_install()
|
||||
{
|
||||
# Setup logrotate thing
|
||||
vinstall ${FILESDIR}/${pkgname}.logrotate 644 etc/logrotate.d/${pkgname}
|
||||
vinstall ${FILESDIR}/${pkgname}.logrotate 644 etc/logrotate.d ${pkgname}
|
||||
|
||||
# Install systemd service
|
||||
vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system
|
||||
|
|
Loading…
Reference in New Issue