From b5d9888d41a2ef6230675798dd4a7a687d18ca58 Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Wed, 23 Apr 2014 00:32:53 +0200 Subject: [PATCH] Added allow root in bower command --- rpm/spec/shelfzilla.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm/spec/shelfzilla.spec b/rpm/spec/shelfzilla.spec index a15ef4d..cc217a8 100644 --- a/rpm/spec/shelfzilla.spec +++ b/rpm/spec/shelfzilla.spec @@ -63,6 +63,9 @@ python2.7 %{_app_dir}/manage.py syncdb ## Migrate python2.7 %{_app_dir}/manage.py migrate +## Bower +bower install --allow-root + ## Grunt compile cd %{_app_dir} && grunt compile