allow bower to be run as root

because javascript is awesome!
This commit is contained in:
MinRK
2014-08-21 11:58:39 -07:00
parent 2eb17ef20f
commit 0980d1fa99

View File

@@ -116,7 +116,7 @@ class Bower(Command):
pass pass
def run(self): def run(self):
check_call(['bower', 'install']) check_call(['bower', 'install', '--allow-root'])
self.distribution.data_files = get_data_files() self.distribution.data_files = get_data_files()
def get_outputs(self): def get_outputs(self):