From ccb6c1d19f1866f7e670f6b7efe404bb09a0c52b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 19 Feb 2017 03:07:14 -0500 Subject: Update for new devtools version --- src/chroot-tools/libremakepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chroot-tools/libremakepkg') 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" ) -- cgit v1.2.3-54-g00ecf