• 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

Revision8b7234449f02ba47202e8b6f52e8a46d0bdb0331 (tree)
Time2021-01-08 11:52:10
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Modify TakaoFont to handle zip archive.

Change Summary

Incremental Difference

--- a/BLFS/TakaoFont.sh
+++ b/BLFS/TakaoFont.sh
@@ -6,7 +6,7 @@ APPNAME=TakaoFonts
66 VER=00303.01
77 TARGET=${APPNAME}_$VER
88 TARGET2=${APPNAME}-$VER
9-TARGETBALL=$DLD/$TARGET.tar.xz
9+TARGETBALL=$DLD/$TARGET.zip
1010 TARGETDIR=$TARGET
1111
1212 echo $TARGET
@@ -18,7 +18,7 @@ echo $TARGET
1818
1919 cd $SRC
2020 RemoveSrcDir
21-Extract
21+ExtractZip
2222
2323 TimeStart
2424