start-container: Change workdir to match ocivm

The `ocivm.sh` script mounts the source directory at `/tmp/src`, since
we use `/tmp/build` as the output directory.  For consistency, the
`start-container.sh` script, although it's mostly unused anymore, now
does the same.
gentoo
Dustin 2023-03-30 10:56:11 -05:00
parent 8e3d87cf45
commit caa303ba3d
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ podman run \
-v distfiles:/var/cache/distfiles \
-v packages:/usr/${target}/var/cache/binpkgs \
-v /mnt/gentoo \
-v ${PWD}:/tmp/build:rw,z \
-w /tmp/build \
-v ${PWD}:/tmp/src:rw,z \
-w /tmp/src \
-d \
-e FEATURES='-ipc-sandbox -network-sandbox -pid-sandbox' \
cross-${target} \