Commit 9a69171a4a5c9f608553fbf6a17c855b63eef47f

Authored by Sergio Oliveira
Committed by Rodrigo Siqueira de Melo
1 parent 5942b666

Create log directory

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
colab/colab.spec
... ... @@ -48,6 +48,9 @@ find %{buildvenv} -type d -empty -delete
48 48 install -d -m 0755 %{buildroot}/etc/colab
49 49 install -m 0644 misc/etc/colab/gunicorn.py %{buildroot}/etc/colab
50 50  
  51 +# install log
  52 +install -d -m 0755 -o colab -g colab %{buildroot}/var/log/colab
  53 +
51 54 # install virtualenv
52 55 install -d -m 0755 %{buildroot}/usr/lib
53 56 rm -rf %{buildroot}/usr/lib/colab
... ...