diff options
Diffstat (limited to 'src')
-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 |