From 589b34326cc17ffceee928100767cab4bc6e0ae4 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sun, 16 Nov 2008 21:46:58 -0200 Subject: [PATCH] libgeda: Export variable so 'mpk shell' can pick it up. --- recipes/libgeda.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/libgeda.recipe b/recipes/libgeda.recipe index c53e4f4..d5fb3a4 100644 --- a/recipes/libgeda.recipe +++ b/recipes/libgeda.recipe @@ -5,8 +5,9 @@ download=http://geda.seul.org/release/v1.4/1.4.1 configure_opt="--disable-update-mime-database" +export ACLOCAL_FLAGS="-I $resultdir/share/aclocal" + src_prep() { - export ACLOCAL_FLAGS="-I $resultdir/share/aclocal" ./autogen.sh } -- 2.11.4.GIT