debugger fix

This commit is contained in:
Harald Hope 2018-04-18 19:55:04 -07:00
parent 7e84bbaebc
commit c56ef8cff2

2
inxi
View file

@ -1246,7 +1246,7 @@ sub create_debug_directory {
if ($b_root){ if ($b_root){
$root_string = '-root'; $root_string = '-root';
} }
$bsd_string = "-$bsd_type-$os" if $bsd_type; $bsd_string = "-BSD-$bsd_type" if $bsd_type;
$arm_string = '-ARM' if $b_arm; $arm_string = '-ARM' if $b_arm;
$debug_dir = "$self_name$arm_string$bsd_string-$host-$today$root_string-$version"; $debug_dir = "$self_name$arm_string$bsd_string-$host-$today$root_string-$version";
$debug_gz = "$debug_dir.tar.gz"; $debug_gz = "$debug_dir.tar.gz";