From fa81744dfa1b32abe129e99e0836ad2f2c2f0528 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 27 Sep 2010 21:29:38 +0200 Subject: [PATCH] Work around strange "rt-liber.info" bug in the recipe. --- recipes/rt-liberation.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/rt-liberation.el b/recipes/rt-liberation.el index 0c3f34ee..4148ec0d 100644 --- a/recipes/rt-liberation.el +++ b/recipes/rt-liberation.el @@ -1,7 +1,6 @@ (:name rt-liberation :type git :url "http://yrk.nfshost.com/repos/rt-liberation.git/" - :build ("cd doc; make") + :build ("make -C doc" "cp doc/rt-liberation.info doc/rt-liber.info") :info "./doc" :features rt-liberation) - \ No newline at end of file