diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-20 02:03:32 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-21 21:07:29 +0100 |
commit | 49608df71bcb38799bfa9851b41caa916a62cd5c (patch) | |
tree | 7f64281f5fee449f74c2c941c593f8223694ccd7 | |
parent | 314631bf01cefcaa0fa5e0a5a6edb6e9cedca415 (diff) | |
download | meta-java-49608df71bcb38799bfa9851b41caa916a62cd5c.tar.gz |
icedtea6-native.inc: remove bashism
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
-rw-r--r-- | recipes-core/icedtea/icedtea6-native.inc | 2 |
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 |