1
0
Fork 0
This commit is contained in:
Tom Willemse 2019-08-28 15:32:48 +00:00
parent ca973c76e9
commit e5cf41d903

View file

@ -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>)))"