Merge pull request #251540 from dywedir/hack-font
hack-font: unify output directory with other fonts
This commit is contained in:
commit
a279e5cd74
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm644 *.ttf -t $out/share/fonts/hack
|
||||
install -Dm644 *.ttf -t $out/share/fonts/truetype
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue