Fix relative path detection of ISO files
authorste-fan <s.t.e-f.a.n@web.de>
Thu, 18 Jun 2015 14:32:22 +0000 (16:32 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 19 Jun 2015 07:21:22 +0000 (09:21 +0200)
The problem becomes apparent when using symbolic links in $ISO_LOCATION
that point to ISO files on another partition.

Calling make_system_path_relative_to_its_root not on the dirname but on
the ISO file fixes this. Also avoid a double slash (//...) in $iso_path
when $rel_dirname is just the root dir of that other partition (/).


No differences found