mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
open-relay-fonts: wrong quotation mark position for globbing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user