podman: ensure paths exist for the wrapper

This commit is contained in:
zowoq 2022-03-04 11:55:49 +10:00
parent 7e047125d1
commit b80a39b91b

View File

@ -58,6 +58,7 @@ buildGoModule rec {
installPhase = ''
runHook preInstall
mkdir -p {$out/{bin,etc,lib,share},$man} # ensure paths exist for the wrapper
${if stdenv.isDarwin then ''
mv bin/{darwin/podman,podman}
'' else ''