summaryrefslogtreecommitdiff
path: root/src/chroot-tools/libremakepkg
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-19 03:07:14 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-11 13:02:27 -0400
commitccb6c1d19f1866f7e670f6b7efe404bb09a0c52b (patch)
tree433926009160784ec0739480e0c9f9db98614c72 /src/chroot-tools/libremakepkg
parent7a8dc72cbf3e0855057eee9d9f255eae5b889abc (diff)
Update for new devtools version
Diffstat (limited to 'src/chroot-tools/libremakepkg')
-rwxr-xr-xsrc/chroot-tools/libremakepkg4
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"
)