aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
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 \