na4zagin3 / satyrographos

Package manager for SATySFi
GNU Lesser General Public License v3.0
44 stars 13 forks source link

paths of copied system fonts are incorrect when `satyrographos install -system-font-prefix` runs #72

Closed matonix closed 4 years ago

matonix commented 4 years ago

(Written in Japanese only.)

Problem

satyrographos install -system-font-prefix コマンドでインストールされるフォントのディレクトリと fonts.satysfi-hash に記入されるディレクトリが異なっています。

フォントファイルそのものは dist/fonts/system/<font file name> に追加され、fonts.satysfi-hash に記入されるファイルパスは dist/<font file name> となっています。

以下は satyrographos install -system-font-prefix 実行後のディレクトリ構造です。

$ tree .satysfi -d
.satysfi
└── dist
    ├── fonts
    │   └── system
    ├── hash
    ├── hyph
    ├── md
    ├── packages
    └── unidata

Environment

na4zagin3 commented 4 years ago

Thanks a lot! Fixed by #73.