cherokee: install logrotate file properly

This commit is contained in:
davehome 2011-12-21 08:53:19 -07:00
parent 455a4449c6
commit ef181b9db9

View file

@ -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