[Lunar-commits] <moonbase> sun-jre: fix the build.
Florin Braescu
florin at lunar-linux.org
Thu Oct 29 17:10:32 CET 2009
commit 182eca5a72067d29db7780fc5df11b18bb959f5b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Oct 29 18:10:32 2009 +0200
sun-jre: fix the build.
---
compilers/sun-jre/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compilers/sun-jre/BUILD b/compilers/sun-jre/BUILD
index 2013d81..f9657c4 100644
--- a/compilers/sun-jre/BUILD
+++ b/compilers/sun-jre/BUILD
@@ -8,7 +8,7 @@
prepare_install &&
- cp -a $SOURCE_DIRECTORY/jre${FVERSION} /usr/lib &&
+ cp -r $SOURCE_DIRECTORY/jre${FVERSION} /usr/lib &&
# Some apps only search for java in /usr/java
rm -rf /usr/java &&
More information about the Lunar-commits
mailing list