Commit 5a469f19c7f015ca79f7181b609d4255b1f022db

Authored by Alexandre Barbosa
Committed by Rodrigo Siqueira de Melo
1 parent 216ecb86
Exists in master and in 1 other branch updatev3

Fixing colab-spb-theme's static and templates path

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Paulo Tada <paulohtfs@gmail.com>
colab-spb-theme-plugin/colab-spb-theme-plugin.spec
@@ -23,8 +23,8 @@ make @@ -23,8 +23,8 @@ make
23 install -d %{buildroot}/etc/colab/settings.d/ 23 install -d %{buildroot}/etc/colab/settings.d/
24 24
25 cat > %{buildroot}/etc/colab/settings.d/spb_theme.py << EOF 25 cat > %{buildroot}/etc/colab/settings.d/spb_theme.py << EOF
26 -COLAB_STATICS=['/usr/lib/colab/colab-spb-theme-plugin/src/colab_spb_theme/static']  
27 -COLAB_TEMPLATES=('/usr/lib/colab/colab-spb-theme-plugin/src/colab_spb_theme/templates',) 26 +COLAB_STATICS=['/usr/lib/colab/colab-spb-theme/colab_spb_theme/static']
  27 +COLAB_TEMPLATES=('/usr/lib/colab/colab-spb-theme/colab_spb_theme/templates',)
28 EOF 28 EOF
29 29
30 make install DESTDIR=%{buildroot} 30 make install DESTDIR=%{buildroot}