Commit 5a469f19c7f015ca79f7181b609d4255b1f022db
Committed by
Rodrigo Siqueira de Melo
1 parent
216ecb86
Exists in
master
and in
79 other branches
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>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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} | ... | ... |