Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e009e8f4..ae4e25fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ install-bower-deps: bower.json install-npm-deps
./node_modules/bower/bin/bower install
optimize-js: install-npm-deps install-bower-deps
- ./node_modules/requirejs/bin/r.js -o build.js
+ ./node_modules/requirejs/bin/r.js -o build/build.js
dev-setup: install-composer-deps install-npm-deps-dev install-bower-deps