Commit 446e5724b50290bac9bc1c503c9c14b960bfccc5

Authored by Alexandre Barbosa
Committed by Macartur Sousa
1 parent 21b05d98
Exists in colab-master

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 23 install -d %{buildroot}/etc/colab/settings.d/
24 24  
25 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 28 EOF
29 29  
30 30 make install DESTDIR=%{buildroot}
... ...