From 7d7f6a7de86e91b8a430415d83a61e5e7a72db0f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 23 Aug 2019 22:59:55 -0700 Subject: Use the latest version compiled for oni-conf --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3-54-g00ecf