diff options
-rwxr-xr-x | iurt2 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -814,6 +814,7 @@ retry: # only create the log dir for the new srpm mkdir $log_dir; + -d $log_dir or die "FATAL: could not create $log_dir (check permissions and group ownerships)"; plog('INFO', "Install build dependencies"); my $path_srpm = "$chroot_tmp/home/$luser/rpm/SRPMS/"; |