summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-12-20 02:03:32 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 21:07:29 +0100
commit49608df71bcb38799bfa9851b41caa916a62cd5c (patch)
tree7f64281f5fee449f74c2c941c593f8223694ccd7 /recipes-core/icedtea
parent314631bf01cefcaa0fa5e0a5a6edb6e9cedca415 (diff)
downloadmeta-java-49608df71bcb38799bfa9851b41caa916a62cd5c.tar.gz
icedtea6-native.inc: remove bashism
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/icedtea')
-rw-r--r--recipes-core/icedtea/icedtea6-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/icedtea/icedtea6-native.inc b/recipes-core/icedtea/icedtea6-native.inc
index afd7239..3207ee2 100644
--- a/recipes-core/icedtea/icedtea6-native.inc
+++ b/recipes-core/icedtea/icedtea6-native.inc
@@ -190,7 +190,7 @@ do_install() {
190 190
191 install -d ${JDK_INSTALL_DIR} 191 install -d ${JDK_INSTALL_DIR}
192 192
193 for F in bootstrap/icedtea/{bin,include,jre,lib} 193 for F in bootstrap/icedtea/bin bootstrap/icedtea/include bootstrap/icedtea/jre bootstrap/icedtea/lib
194 do 194 do
195 cp -RL $F ${JDK_INSTALL_DIR} 195 cp -RL $F ${JDK_INSTALL_DIR}
196 done 196 done