I pull the magit from repos and can't install it with "sudo make install" on my lubuntu 12.10
Error message: install -m 644 magit.el magit-svn.el magit-topgit.el magit-stgit.el magit-key-mode.el magit-bisect.el magit-wip.el rebase-mode.el magit-blame.el magit.elc magit-svn.elc magit-topgit.elc magit-stgit.elc magit-key-mode.elc magit-bisect.elc magit-wip.elc rebase-mode.elc magit-blame.elc /usr/local/share/emacs/site-lisp echo ",s/@GIT_DEV_VERSION@/1.2.0-158-g785db03/\nw" | ed -s /usr/local/share/emacs/site-lisp/magit.el #NO_DIST ? make: *** [install_core] error 1 I diff the Makefile and change the echo command back to sed in install_core. It works fine. Is it a bug or something wrong with my environment? Thanks. -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
