Skip to content
Snippets Groups Projects
Unverified Commit 3776f634 authored by A compound of Fe and O's avatar A compound of Fe and O Committed by GitHub
Browse files

Merge pull request #34 from LMNetworks/issue_33

create missing etc/logrotate.d directory in buildroot
parents 7ed1e2df 38d220dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment