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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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