mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Merge pull request #1666 from m2ym/better-sandbox
Call package-initialize in sandbox
This commit is contained in:
commit
8b0d6c2a8b
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@
|
|||
/html/build-status.json
|
||||
/download_log.json.gz
|
||||
/.ecukes-failing-scenarios
|
||||
/sandbox
|
||||
|
|
3
Makefile
3
Makefile
|
@ -106,7 +106,8 @@ sandbox:
|
|||
--eval '(setq user-emacs-directory "$(SANDBOX)")' \
|
||||
-l package \
|
||||
--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
|
||||
.FORCE:
|
||||
|
|
Loading…
Add table
Reference in a new issue