diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | urpmi | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- when using --bug, copy /root/.rpmdrake too + Version 6.11 - 11 September 2008, Pascal "Pixel" Rigaux - library: @@ -253,7 +253,7 @@ if ($bug) { : N("Unable to create directory [%s] for bug report", $bug))); #- copy all synthesis file used, along with configuration of urpmi my @list_files = grep { -e $_ } $urpm->{skiplist}, $urpm->{instlist}, - $urpm->{prefer_list}, $urpm->{prefer_vendor_list}; + $urpm->{prefer_list}, $urpm->{prefer_vendor_list}, '/root/.rpmdrake'; system("cp", "-af", @list_files, $urpm->{config}, $bug) and die N("Copying failed"); #- log everything for bug report. |