aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-23 22:59:55 -0700
committerGravatar Tom Willemse2019-08-23 22:59:55 -0700
commit7d7f6a7de86e91b8a430415d83a61e5e7a72db0f (patch)
tree33f867d92e65cffac1428a9048e7156eece6b4ca /GNUmakefile
parent7a2d6c1165c4a0032c8a4f132f361e6384b02ac5 (diff)
downloademacs-config-7d7f6a7de86e91b8a430415d83a61e5e7a72db0f.tar.gz
emacs-config-7d7f6a7de86e91b8a430415d83a61e5e7a72db0f.zip
Use the latest version compiled for oni-conf
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7503828..aa165a8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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 \