mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Fix SVN pathing. Packages must specify an absolute path.
This commit is contained in:
parent
c1fdb43d59
commit
91081a34dd
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
(process-file
|
||||
"svn" nil
|
||||
(current-buffer)
|
||||
nil "checkout" (concat repo "/trunk") dir)))
|
||||
nil "checkout" repo dir)))
|
||||
(let ((default-directory dir))
|
||||
(process-file
|
||||
"svn" nil
|
||||
|
|
Loading…
Reference in a new issue