Skip to content

Commit

Permalink
Force to overwrite existing files while running unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
nekketsuuu committed Oct 22, 2018
1 parent 7ba1d05 commit 7b0dc8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions satysfi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ extra-source "IPAexfont00301.zip" {
}
build: [
["mkdir" "-p" "temp"]
["unzip" "lm2.004otf.zip" "*.otf" "-d" "lib-satysfi/dist/fonts/"]
["unzip" "latinmodern-math-1959.zip" "*.otf" "-d" "temp/"]
["unzip" "-o" "lm2.004otf.zip" "*.otf" "-d" "lib-satysfi/dist/fonts/"]
["unzip" "-o" "latinmodern-math-1959.zip" "*.otf" "-d" "temp/"]
["cp" "temp/latinmodern-math-1959/otf/latinmodern-math.otf" "lib-satysfi/dist/fonts/"]
["unzip" "junicode-1.002.zip" "*.ttf" "-d" "lib-satysfi/dist/fonts/"]
["unzip" "IPAexfont00301.zip" "*.ttf" "-d" "temp/"]
["unzip" "-o" "junicode-1.002.zip" "*.ttf" "-d" "lib-satysfi/dist/fonts/"]
["unzip" "-o" "IPAexfont00301.zip" "*.ttf" "-d" "temp/"]
["cp" "temp/IPAexfont00301/ipaexg.ttf" "lib-satysfi/dist/fonts/"]
["cp" "temp/IPAexfont00301/ipaexm.ttf" "lib-satysfi/dist/fonts/"]
[make "-f" "Makefile" "PREFIX=%{prefix}%"]
Expand Down

0 comments on commit 7b0dc8c

Please sign in to comment.