mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
fira: Fix permissions of installed files
No need for the executable permissions on fonts.
This commit is contained in:
parent
5bd109883c
commit
5bb66abf2b
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user