mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
force pkg name to be lowercase
This commit is contained in:
parent
df5ad2f187
commit
8fda482426
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,7 @@
|
|||
(setq pkg-info
|
||||
(vector file-name nil "No description available." version)))
|
||||
(aset pkg-info 3 version)
|
||||
(aset pkg-info 0 (downcase (aref pkg-info 0)))
|
||||
(print pkg-info)
|
||||
(if (file-exists-p pkgdst)
|
||||
(delete-file pkgdst t))
|
||||
|
@ -303,6 +304,7 @@
|
|||
(vector file-name nil "No description available." version)))
|
||||
|
||||
(aset pkg-info 3 version)
|
||||
(aset pkg-info 0 (downcase (aref pkg-info 0)))
|
||||
(print pkg-info)
|
||||
(package-build-pkg-file (expand-file-name
|
||||
pkg-file
|
||||
|
|
Loading…
Reference in a new issue