bininstall: works for PREFIX directories with spaces
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f93abaccd
commit
8676723300
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ endif
|
|||
|
||||
bininstall: $(BUILDDIR)/$(BINARY)
|
||||
@echo "Installing your rockbox binary in your '$(PREFIX)' dir"
|
||||
$(SILENT)cp $(BINARY) $(PREFIX)/.rockbox/
|
||||
$(SILENT)cp $(BINARY) "$(PREFIX)/.rockbox/"
|
||||
|
||||
install:
|
||||
@echo "Installing your build in your '$(PREFIX)' dir"
|
||||
|
|
Loading…
Reference in a new issue