Use the latest version compiled for oni-conf
This commit is contained in:
parent
7a2d6c1165
commit
7d7f6a7de8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ package-oni-conf:
|
|||
emacs --batch \
|
||||
--load oni-package.el \
|
||||
--funcall package-initialize \
|
||||
--eval '(package-upload-file (car (file-expand-wildcards "oni-conf/dist/*.tar")))'
|
||||
--eval "(package-upload-file (car (sort (file-expand-wildcards \"oni-conf/dist/*.tar\") #'string>)))"
|
||||
|
||||
install-%:
|
||||
emacs --batch \
|
||||
|
|
Loading…
Reference in a new issue