diff options
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-x | src/chroot-tools/libremakepkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index 7f0acfd..81764af 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -252,8 +252,8 @@ main() { "Waiting for existing lock on build directory to be released" else librechroot_flags+=( - -r "$PWD:/startdir_host" - -r "$SRCDEST:/srcdest_host" + -w "$PWD:/startdir" + -w "$SRCDEST:/srcdest" -n "$CHROOT" -l "$copy" ) |