jamvm: Forgot to pass $prefix as classpath-install-dir

This commit is contained in:
François Revol
2013-12-30 12:45:26 +01:00
parent cd1659050f
commit 373e8fd816

View File

@@ -50,7 +50,7 @@ BUILD()
aclocal
autoconf
runConfigure ./configure \
--with-classpath-install-dir=
--with-classpath-install-dir=$prefix
make
}