diff options
-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 |