diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-10 22:26:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-11 13:02:28 -0400 |
commit | 9cc7b1a9d01c425d61f8babd0e9b4314df4bbe78 (patch) | |
tree | eaa775ced02438f46213c0fad1b96b02758984fd /src/chroot-tools | |
parent | 5bee2f3948bf253fd01e1207233f79ec5e6f43ef (diff) |
librechroot: Update for new sync_chroot usage.
I changed how it works in devtools-par.
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-x | src/chroot-tools/librechroot | 2 |
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 |