Merge pull request #34 from LMNetworks/issue_33

create missing etc/logrotate.d directory in buildroot
This commit is contained in:
A compound of Fe and O 2018-01-16 16:30:04 +03:00 committed by GitHub
commit 3776f634c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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