vollkorn: fix location of doc files

pull/1/head
Trolli Schmittlauch 2021-03-20 02:13:56 +01:00
parent 829b6cf74d
commit e8740d88f9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -pv $out/share/{doc/${pname}-${version},fonts/{opentype,truetype,WOFF,WOFF2,EOT}}
cp -v {Fontlog,OFL-FAQ,OFL}.txt $out/share/doc/
cp -v {Fontlog,OFL-FAQ,OFL}.txt $out/share/doc/${pname}-${version}/
cp -v EOT/*.eot $out/share/fonts/EOT
cp -v PS-OTF/*.otf $out/share/fonts/opentype
cp -v TTF/*.ttf $out/share/fonts/truetype