mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 03:00:10 +00:00
Add missing backslash to sandbox commands
This commit is contained in:
parent
cfbd335054
commit
eead6b68b0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -108,7 +108,7 @@ sandbox: packages/archive-contents
|
|||
--eval "(add-to-list 'package-archives '(\"gnu\" . \"http://elpa.gnu.org/packages/\") t)" \
|
||||
--eval "(add-to-list 'package-archives '(\"melpa\" . \"http://melpa.org/packages/\") t)" \
|
||||
--eval "(add-to-list 'package-archives '(\"sandbox\" . \"$(shell pwd)/$(PKGDIR)/\") t)" \
|
||||
--eval "(package-refresh-contents)"
|
||||
--eval "(package-refresh-contents)" \
|
||||
--eval "(package-initialize)"
|
||||
|
||||
.PHONY: clean build index html json sandbox
|
||||
|
|
Loading…
Reference in a new issue