Commit 1f5b3b20d98dd2f9af9d4266c03e60ae72ad6b4e
Committed by
Rodrigo Siqueira de Melo
1 parent
bcd6319b
Exists in
master
and in
79 other branches
Added gunicorn to colab package
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
colab/colab.spec
| ... | ... | @@ -48,9 +48,6 @@ 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 | - | |
| 54 | 51 | # install virtualenv |
| 55 | 52 | install -d -m 0755 %{buildroot}/usr/lib |
| 56 | 53 | rm -rf %{buildroot}/usr/lib/colab | ... | ... |