podman: ensure paths exist for the wrapper
This commit is contained in:
parent
7e047125d1
commit
b80a39b91b
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user