From 7f20628db840813a1be171b1b89598a0adc2b176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Mon, 25 Aug 2014 17:10:09 +0200 Subject: [PATCH] Fixed bower install on rpm spec --- rpm/spec/shelfzilla.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/spec/shelfzilla.spec b/rpm/spec/shelfzilla.spec index 81598ec..fdebd90 100644 --- a/rpm/spec/shelfzilla.spec +++ b/rpm/spec/shelfzilla.spec @@ -9,7 +9,7 @@ Requires: python27 License: Comercial Group: FDB Distribution: FDB Global Services -Vendor: FDB +Vendor: FDB %description Shelfzilla is a website which save all your Manga @@ -72,6 +72,7 @@ python2.7 %{_app_dir}/manage.py syncdb python2.7 %{_app_dir}/manage.py migrate ## Bower +cd %{_app_dir} bower install --allow-root ## Collect static