gnu: emacs-magit-svn: Fix build.
* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by '"emacs-magit-svn"'.master
parent
2a13642b65
commit
df147c4fdb
|
@ -575,7 +575,7 @@ operations.")
|
|||
(setenv "PATH" PATH)
|
||||
(invoke tar "xvf" source)
|
||||
|
||||
(install-file (string-append ,name "-" ,version "/magit-svn.el")
|
||||
(install-file (string-append "magit-svn-" ,version "/magit-svn.el")
|
||||
lisp-dir)
|
||||
|
||||
(with-directory-excursion lisp-dir
|
||||
|
|
Reference in New Issue