diff options
-rwxr-xr-x | urpmi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,8 @@ if ($install_src) { @files and $urpm->{fatal}(1, N("What can be done with binary rpm files when using --install-src")); push @src_names, @names; @names = (); + #- allow to use --install-src as a non-root user + $nolock = 1; } #- rurpmi checks |