mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-05-11 08:00:17 +02:00
vollkorn: fix location of doc files
This commit is contained in:
parent
829b6cf74d
commit
e8740d88f9
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -pv $out/share/{doc/${pname}-${version},fonts/{opentype,truetype,WOFF,WOFF2,EOT}}
|
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 EOT/*.eot $out/share/fonts/EOT
|
||||||
cp -v PS-OTF/*.otf $out/share/fonts/opentype
|
cp -v PS-OTF/*.otf $out/share/fonts/opentype
|
||||||
cp -v TTF/*.ttf $out/share/fonts/truetype
|
cp -v TTF/*.ttf $out/share/fonts/truetype
|
||||||
|
|
Loading…
Reference in a new issue