cubicweb.spec
branchstable
changeset 9191 1d42a6ab670f
parent 9157 3e4bef7d514d
parent 9186 965f894b63cb
child 9192 9ecae0083f27
--- a/cubicweb.spec	Thu Jul 25 09:07:25 2013 +0200
+++ b/cubicweb.spec	Fri Jul 26 09:49:53 2013 +0200
@@ -46,11 +46,13 @@
 
 %install
 NO_SETUPTOOLS=1 %{__python} setup.py --quiet install --no-compile --prefix=%{_prefix} --root="$RPM_BUILD_ROOT"
+mkdir -p $RPM_BUILD_ROOT/var/log/cubicweb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(-, root, root)
+%dir /var/log/cubicweb
 /*