Fix magit autoloads and build command

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2012-07-22 20:35:27 +02:00
parent d95fdee897
commit e5deb486ad

View File

@ -4,5 +4,6 @@
:type github
:pkgname "magit/magit"
:info "."
:build ("make all")
:build/darwin `(,(concat "make EMACS=" el-get-emacs " all")))
:autoloads ("50magit")
:build (("make" "all"))
:build/darwin `(,(concat "make EMACS=" el-get-emacs " all")))