redguardtoo / elpa-mirror

Create local emacs package repository. 15 seconds to install 115 packages.
312 stars 54 forks source link

Missed space between paths in command "cp" #1

Closed boykov closed 10 years ago

boykov commented 10 years ago

(concat "cd " package-user-dir "; cp " (file-name-as-directory dir) (car pkg-info) ".el" " " (elpamr--output-fullpath dir) ".el ")

redguardtoo commented 10 years ago

thanks, I will fix right now

redguardtoo commented 10 years ago

c6555f9 cp command typo (Chen Bin) done. tar also updated