aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-06-15 22:30:06 +0000
committerPascal Terjan <pterjan@mageia.org>2020-06-15 22:30:06 +0000
commit4e652fa91880d9cd45d2e670e1b22c502d91ba14 (patch)
treefabe71b40f6e0958bc7607e6375fd668419339bd /iurt
parent5ef2f4592b5b607e1142b50a40b2dc80934b4ba6 (diff)
downloadiurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar
iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar.gz
iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar.bz2
iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar.xz
iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.zip
Fix updating the chroot...
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index c5b3d30..1138242 100755
--- a/iurt
+++ b/iurt
@@ -786,7 +786,7 @@ retry:
# We may have media not used to create the chroot (when building for updates_testing
# or if using additional_media) so need to update basesystem packages.
- $urpmi->update($chroot);
+ $urpmi->update($chroot_tmp);
plog('INFO', "Install build dependencies for $srpm");
my $path_srpm = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/";