mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
open-relay-fonts: wrong quotation mark position for globbing
This commit is contained in:
parent
7da685054c
commit
146698674a
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ let
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -D -m444 -t "$out/share/fonts/truetype" "${directory}/*.ttf"
|
||||
|
||||
install -D -m444 -t "$out/share/fonts/truetype" "${directory}/"*.ttf
|
||||
install -D -m644 -t "$out/share/doc/${finalAttrs.pname}-${finalAttrs.version}" "${directory}/OFL.txt"
|
||||
|
||||
runHook postInstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue