firefox: fix tests

(cherry picked from commit 18461b5dda)
This commit is contained in:
Robert Helgesson
2021-11-25 08:21:54 +01:00
parent 2a8974098b
commit 5721e19975
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ with lib;
preferLocalBuild = true;
allowSubstitutes = false;
} ''
mkdir -p "$out/bin"
mkdir -p "$out"/{bin,lib}
touch "$out/bin/firefox"
chmod 755 "$out/bin/firefox"
'';

View File

@@ -15,7 +15,7 @@ with lib;
preferLocalBuild = true;
allowSubstitutes = false;
} ''
mkdir -p "$out/bin"
mkdir -p "$out"/{bin,lib}
touch "$out/bin/firefox"
chmod 755 "$out/bin/firefox"
'';