• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版086130a7a57fd86e98fdcaf04731bc258e84d1bd (tree)
时间2012-03-13 23:40:54
作者matsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Modified libogg.

更改概述

差异

--- a/BLFS/libogg.sh
+++ b/BLFS/libogg.sh
@@ -20,12 +20,7 @@ echo $TARGET
2020 echo \ \ Removing old directory...
2121 rm -fr $TARGETDIR
2222
23-echo \ \ Extracting...
24-if ! test -f $DLD/$TARGETBALL; then
25- echo \ \ Tarball not found: $TARGETBALL && exit 1
26-else
27- tar xf $DLD/$TARGETBALL
28-fi
23+. $WRK/_extract.sh
2924
3025 cd $TARGETDIR
3126