buildah: fix build

Quote $PATH suffix to avoid errors
This commit is contained in:
Benjamin Sparks
2025-11-14 22:05:57 +01:00
parent e8e5ac1402
commit dfb4595e56
+1 -1
View File
@@ -74,5 +74,5 @@ runCommand buildah-unwrapped.name
ln -s ${buildah-unwrapped}/share $out/share
makeWrapper ${buildah-unwrapped}/bin/buildah $out/bin/buildah \
--set CONTAINERS_HELPER_BINARY_DIR ${helpersBin}/bin \
--prefix PATH : ${binPath}
--prefix PATH : "${binPath}"
''