Fixed special character escaping for webmail package

pull/5/head
Illia Chub 2021-04-09 16:48:30 +03:00
parent 16434502d0
commit 868f506c99
1 changed files with 2 additions and 2 deletions

View File

@ -1095,8 +1095,8 @@ buildGoModule rec {
'';
installPhase = ''
mkdir -p $out/bin
cp -r * $out/bin
mkdir -p \$out/bin
cp -r * \$out/bin
'';
meta = with lib; {