diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-24 17:43:37 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-24 17:43:37 +0200 |
commit | bfbd8446189d39b2824a90cc01e944812ec8d9fa (patch) | |
tree | 5342ef4bc4031d46fcaaf37aa9a2250ecf3f548a | |
parent | 0167b08279465edd8b93a4b9b0cf2b93955c6fdd (diff) |
Allow bower to be executed as root - needed by pdebuild.
-rw-r--r-- | web-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/Makefile b/web-ui/Makefile index 383fecb7..0bc9d5d4 100644 --- a/web-ui/Makefile +++ b/web-ui/Makefile @@ -18,7 +18,7 @@ DESTDIR=target compile: npm install - node_modules/bower/bin/bower install + node_modules/bower/bin/bower --allow-root install ./go package clean: |