arc-browser: quote paths
This commit is contained in:
parent
ef9880fdd6
commit
bbf17bf314
@ -24,8 +24,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/Applications/Arc.app
|
mkdir -p "$out/Applications/Arc.app"
|
||||||
cp -R . $out/Applications/Arc.app
|
cp -R . "$out/Applications/Arc.app"
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user