From 02e19f5c979d1825c50518b43587305cf80a412c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 19 Jul 2012 12:29:41 +0100 Subject: libsndfile.morph: configure commands should honour $PREFIX --- libsndfile.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsndfile.morph b/libsndfile.morph index a1e82ce..1d45922 100644 --- a/libsndfile.morph +++ b/libsndfile.morph @@ -3,6 +3,6 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "./configure --disable-external-libs" + "./configure --prefix=\"$PREFIX\" --disable-external-libs" ] } -- cgit v1.2.1