mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
parent
389af78da4
commit
919bb8bb32
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
|||
(when (file-exists-p pkg-target)
|
||||
(delete-file pkg-target t))
|
||||
(with-temp-buffer
|
||||
(insert-file-contents-literally pkg-source)
|
||||
(insert-file-contents pkg-source)
|
||||
(pb/update-or-insert-version version)
|
||||
(write-file pkg-target))
|
||||
|
||||
|
|
Loading…
Reference in a new issue