]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
Add missing /var/log/archive/mongo
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 9 Oct 2012 07:33:09 +0000 (09:33 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 9 Oct 2012 07:33:09 +0000 (09:33 +0200)
mongodb.spec

index 2fdd988fd7da1556b150b7e5fbbf7c64848cb11f..c19dd679e58f89c3b024dd59959f2187184cb573 100644 (file)
@@ -159,7 +159,7 @@ find -type f -executable | xargs chmod a-x
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_mandir}/man1} \
        $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mongod} \
-       $RPM_BUILD_ROOT%{_var}/{lib,log}/mongo
+       $RPM_BUILD_ROOT%{_var}/{lib,log{,/archive}}/mongo
 
 # XXX: scons is so great, recompiles everything here!
 %scons install \
This page took 0.090433 seconds and 4 git commands to generate.