Skip to content

Commit

Permalink
stats: quote paths
Browse files Browse the repository at this point in the history
Co-authored-by: Ulli Kehrle <apfelkuchen@hrnz.li>
(cherry picked from commit 272bb21)
  • Loading branch information
DontEatOreo committed Oct 16, 2024
1 parent 047ebe1 commit 8548b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/st/stats/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
mkdir -p $out/Applications
cp -r *.app $out/Applications
mkdir -p "$out/Applications"
cp -r *.app "$out/Applications"
runHook postInstall
'';
Expand Down

0 comments on commit 8548b4d

Please sign in to comment.