• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂ee1a05f3b25ce1871b7172a288b43b6c1dde4c21 (tree)
時間2012-03-18 11:12:55
作者matsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] jdk-x86.

Change Summary

差異

--- a/BLFS/jdk-x86.sh
+++ b/BLFS/jdk-x86.sh
@@ -10,12 +10,7 @@ TARGETBALL=jdk-$UVER-linux-i586.tar.gz
1010
1111 cd $SRC
1212
13-echo Extracting...
14-if ! test -f $DLD/$TARGETBALL; then
15- echo \ \ Tarball not found: $TARGETBALL && exit 1
16-else
17- tar xf $DLD/$TARGETBALL
18-fi
13+. $WRK/_extract.sh
1914
2015 cd $TARGETDIR
2116