mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Call package-initialize in sandbox
This commit is contained in:
parent
d2fc7cc7ce
commit
a439ec7b0e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -106,7 +106,8 @@ sandbox:
|
||||||
--eval '(setq user-emacs-directory "$(SANDBOX)")' \
|
--eval '(setq user-emacs-directory "$(SANDBOX)")' \
|
||||||
-l package \
|
-l package \
|
||||||
--eval "(add-to-list 'package-archives '(\"melpa\" . \"http://melpa.milkbox.net/packages/\") t)" \
|
--eval "(add-to-list 'package-archives '(\"melpa\" . \"http://melpa.milkbox.net/packages/\") t)" \
|
||||||
--eval "(add-to-list 'package-archives '(\"sandbox\" . \"$(shell pwd)/$(PKGDIR)/\") t)"
|
--eval "(add-to-list 'package-archives '(\"sandbox\" . \"$(shell pwd)/$(PKGDIR)/\") t)" \
|
||||||
|
--eval "(package-initialize)"
|
||||||
|
|
||||||
.PHONY: clean build index html json sandbox
|
.PHONY: clean build index html json sandbox
|
||||||
.FORCE:
|
.FORCE:
|
||||||
|
|
Loading…
Reference in a new issue