From 9cc7b1a9d01c425d61f8babd0e9b4314df4bbe78 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Apr 2017 22:26:08 -0400 Subject: librechroot: Update for new sync_chroot usage. I changed how it works in devtools-par. --- src/chroot-tools/librechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.2