Don't insert-file-literally with single-file packages

See #619
This commit is contained in:
Steve Purcell 2013-03-27 18:12:57 +00:00
parent 389af78da4
commit 919bb8bb32

View file

@ -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))