Fix typo
This commit is contained in:
parent
ca973c76e9
commit
e5cf41d903
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ install-oni-haml:
|
|||
install-oni-html:
|
||||
emacs --batch \
|
||||
--load oni-package.el \
|
||||
--fluncall package-initialize \
|
||||
--funcall package-initialize \
|
||||
--eval '(package-refresh-contents)' \
|
||||
$(foreach DEP,$(DEPS),--eval "(package-install-file \"$(DEP).el\")") \
|
||||
--eval "(package-install-file (car (sort (file-expand-wildcards \"oni-html/dist/*.tar\") #'string>)))"
|
||||
|
|
Loading…
Reference in a new issue