Fix SVN pathing. Packages must specify an absolute path.

This commit is contained in:
Donald Ephraim Curtis 2012-01-22 12:17:24 -06:00
parent c1fdb43d59
commit 91081a34dd

View file

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