summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 0d6006600c..47365b0b6e 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -276,7 +276,7 @@ voice: voicetools features
276 276
277endif 277endif
278 278
279bininstall: 279bininstall: $(BUILDDIR)/$(BINARY)
280 @echo "Installing your rockbox binary in your '$(PREFIX)' dir" 280 @echo "Installing your rockbox binary in your '$(PREFIX)' dir"
281 $(SILENT)cp $(BINARY) $(PREFIX)/.rockbox/ 281 $(SILENT)cp $(BINARY) $(PREFIX)/.rockbox/
282 282