hack-font: unify output directory with other fonts

This commit is contained in:
Vladyslav M
2023-08-26 10:59:40 +03:00
parent 203f0a1f3a
commit fbf2a55563
+1 -1
View File
@@ -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
'';