From 4f713bf3974e7f4bf94b6d079600c73c53edf499 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 13 Dec 2010 09:59:39 +0100 Subject: [PATCH] Fix stupid typo on recipe for magit, preventing the feature to get required. --- recipes/magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/magit.el b/recipes/magit.el index d73c6678..7bdc4684 100644 --- a/recipes/magit.el +++ b/recipes/magit.el @@ -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)