Commit 5bb66abf authored by Damien Cassou's avatar Damien Cassou Committed by Robert Helgesson
Browse files

fira: Fix permissions of installed files

No need for the executable permissions on fonts.
parent 5bd10988
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@ stdenvNoCC.mkDerivation rec {
  installPhase = ''
    runHook preInstall

    mkdir -p $out/share/fonts/opentype
    cp otf/*.otf $out/share/fonts/opentype
    install --mode=-x -Dt $out/share/fonts/opentype otf/*.otf

    runHook postInstall
  '';