• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisión5b39a8a9ddc4b595b79e10607e37624bb5c467c3 (tree)
Tiempo2012-08-26 12:23:51
Autormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated cogl-1.10.4.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/cogl.sh
+++ b/BLFS/cogl.sh
@@ -1,6 +1,6 @@
11 #!/bin/sh
22
3-VER=1.10.2
3+VER=1.10.4
44 TARGET=cogl-$VER
55 TARGETBALL=$TARGET.tar.xz
66 TARGETDIR=$TARGET
@@ -39,7 +39,7 @@ echo \ \ Installing...
3939 paco -p $TARGET "make install" \
4040 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
4141
42-echo -n \ \ Pacoing:\ && paco -a1 | grep $TARGET || echo none
42+echo -n \ \ Pacoing:\ && paco $TARGET || echo none
4343
4444 echo \ \ Removing directory...
4545 cd .. && rm -fr $TARGETDIR