tizen: packaging: Add baselibs.conf to provide 64-bit kernel & modules for 32-bit...
[platform/kernel/linux-rpi.git] / scripts / get_abi.pl
index 0ffd553..408bfd0 100755 (executable)
@@ -98,7 +98,7 @@ sub parse_abi {
        $name =~ s,.*/,,;
 
        my $fn = $file;
-       $fn =~ s,Documentation/ABI/,,;
+       $fn =~ s,.*Documentation/ABI/,,;
 
        my $nametag = "File $fn";
        $data{$nametag}->{what} = "File $name";