mirror of
https://github.com/correl/melpa.git
synced 2024-11-28 11:09:55 +00:00
Delete package staging directory before building.
This commit is contained in:
parent
cc929e15d5
commit
dcf97c7df6
1 changed files with 3 additions and 0 deletions
|
@ -533,6 +533,9 @@ of the same-named package which is to be kept."
|
||||||
version
|
version
|
||||||
cfg)))
|
cfg)))
|
||||||
|
|
||||||
|
(when (file-exists-p pkg-dir)
|
||||||
|
(delete-directory pkg-dir t nil))
|
||||||
|
|
||||||
(copy-directory file-name pkg-dir)
|
(copy-directory file-name pkg-dir)
|
||||||
|
|
||||||
(pb/write-pkg-file (expand-file-name
|
(pb/write-pkg-file (expand-file-name
|
||||||
|
|
Loading…
Reference in a new issue