Fix stupid typo on recipe for magit, preventing the feature to get required.

This commit is contained in:
Dimitri Fontaine 2010-12-13 09:59:39 +01:00
parent b46dbc200b
commit 4f713bf397

View File

@ -4,5 +4,5 @@
:info "."
;; that used to be how to build it :build ("./autogen.sh" "./configure" "make")
:build ("make all")
:build/darwin `(,(concat "PATH=" invocation-directory ":$PATH make all")))
:build/darwin `(,(concat "PATH=" invocation-directory ":$PATH make all"))
:features magit)