Skip to content

Commit cf24880

Browse files
authored
open-relay-fonts: wrong quotation mark position for globbing (#406380)
2 parents e235177 + 1466986 commit cf24880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/data/fonts/open-relay/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ let
2222
installPhase = ''
2323
runHook preInstall
2424
25-
install -D -m444 -t "$out/share/fonts/truetype" "${directory}/*.ttf"
25+
26+
install -D -m444 -t "$out/share/fonts/truetype" "${directory}/"*.ttf
2627
install -D -m644 -t "$out/share/doc/${finalAttrs.pname}-${finalAttrs.version}" "${directory}/OFL.txt"
2728
2829
runHook postInstall

0 commit comments

Comments
 (0)