From 5a469f19c7f015ca79f7181b609d4255b1f022db Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Sat, 12 Sep 2015 18:11:15 -0300 Subject: [PATCH] Fixing colab-spb-theme's static and templates path --- colab-spb-theme-plugin/colab-spb-theme-plugin.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colab-spb-theme-plugin/colab-spb-theme-plugin.spec b/colab-spb-theme-plugin/colab-spb-theme-plugin.spec index a631478..1de3991 100644 --- a/colab-spb-theme-plugin/colab-spb-theme-plugin.spec +++ b/colab-spb-theme-plugin/colab-spb-theme-plugin.spec @@ -23,8 +23,8 @@ make install -d %{buildroot}/etc/colab/settings.d/ cat > %{buildroot}/etc/colab/settings.d/spb_theme.py << EOF -COLAB_STATICS=['/usr/lib/colab/colab-spb-theme-plugin/src/colab_spb_theme/static'] -COLAB_TEMPLATES=('/usr/lib/colab/colab-spb-theme-plugin/src/colab_spb_theme/templates',) +COLAB_STATICS=['/usr/lib/colab/colab-spb-theme/colab_spb_theme/static'] +COLAB_TEMPLATES=('/usr/lib/colab/colab-spb-theme/colab_spb_theme/templates',) EOF make install DESTDIR=%{buildroot} -- libgit2 0.21.2