From 373e8fd816b9e9a65b1e758c7e85e9ebfb07052f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 30 Dec 2013 12:45:26 +0100 Subject: [PATCH] jamvm: Forgot to pass $prefix as classpath-install-dir --- dev-java/jamvm/jamvm-1.5.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jamvm/jamvm-1.5.4.recipe b/dev-java/jamvm/jamvm-1.5.4.recipe index e402dfc2f..ba931b270 100644 --- a/dev-java/jamvm/jamvm-1.5.4.recipe +++ b/dev-java/jamvm/jamvm-1.5.4.recipe @@ -50,7 +50,7 @@ BUILD() aclocal autoconf runConfigure ./configure \ - --with-classpath-install-dir= + --with-classpath-install-dir=$prefix make }