create missing etc/logrotate.d directory in buildroot

This commit is contained in:
Luca Lesinigo 2017-12-20 14:23:43 +01:00
parent b5de9a539c
commit 38d220dd58
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ mkdir -p %buildroot%_unitdir
install -m644 %name.service %buildroot%_unitdir/
install -d -m755 %buildroot/etc/default
install -m644 %name.default %buildroot/etc/default/%name
install -d -m755 %buildroot/etc/logrotate.d
install -m644 %name.logrotate %buildroot%_sysconfdir/logrotate.d/%name
%files