chromium: shorten mkdir -p
This commit is contained in:
parent
7b866fdff9
commit
6141d8e6fd
@ -12,7 +12,7 @@ mkChromiumDerivation (base: rec {
|
||||
sandboxExecutableName = "__chromium-suid-sandbox";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$libExecPath/chromium"
|
||||
mkdir -p "$libExecPath"
|
||||
cp -v "$buildPath/"*.pak "$buildPath/"*.bin "$libExecPath/"
|
||||
cp -v "$buildPath/icudtl.dat" "$libExecPath/"
|
||||
cp -vLR "$buildPath/locales" "$buildPath/resources" "$libExecPath/"
|
||||
|
Loading…
Reference in New Issue
Block a user