• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision086130a7a57fd86e98fdcaf04731bc258e84d1bd (tree)
Zeit2012-03-13 23:40:54
Autormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Modified libogg.

Ändern Zusammenfassung

Diff

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