From 5d4102ffe43a15608e0e864fc7e7f5c6c3b49aac Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Wed, 31 Jul 2013 10:32:05 +0000 Subject: Re-force prefix during configure --- ragel.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ragel.morph b/ragel.morph index 7f9e708c..08f4a484 100644 --- a/ragel.morph +++ b/ragel.morph @@ -4,7 +4,7 @@ build-system: autotools max-jobs: 1 configure-commands: - ./autogen.sh --disable-manual --prefix="$PREFIX" -- ./configure --disable-manual +- ./configure --disable-manual --prefix="$PREFIX" build-commands: - make -C src version.h - make -- cgit v1.2.1