mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-05-09 15:11:16 +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 = ''
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue