summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-10 22:26:08 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-11 13:02:28 -0400
commit9cc7b1a9d01c425d61f8babd0e9b4314df4bbe78 (patch)
treeeaa775ced02438f46213c0fad1b96b02758984fd
parent5bee2f3948bf253fd01e1207233f79ec5e6f43ef (diff)
librechroot: Update for new sync_chroot usage.
I changed how it works in devtools-par.
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 04957d4..fb0490e 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -425,7 +425,7 @@ main() {
if [[ ! -d $copydir ]] || [[ $mode == sync ]]; then
msg "Syncing copy [%s] with root copy" "$COPY"
- sync_chroot "$CHROOTDIR/$CHROOT" "$copydir" "$COPY"
+ sync_chroot "$CHROOTDIR/$CHROOT/root" "$copydir" "$COPY"
fi
# Note: the in-chroot pkgconfdir is non-configurable, this is