De-duplicate directories with the same name, like "/etc" and "/etc/"
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Jul 2011 15:57:55 +0000 (16:57 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Jul 2011 15:57:55 +0000 (16:57 +0100)
commitd51c68f705afde2313e4f8bc7a1a58ab7602bb27
treec4c002f1bb8fb3ab5c5c7fbfd69475e43790323c
parent474de2b96272435bb94945fd53462481d366dd46
De-duplicate directories with the same name, like "/etc" and "/etc/"

In Rawhide there are two patches which create /etc/pam.d and /etc/pam.d/

febootstrap was trying to treat these as two separate directories.
Add a de-duplication step so that these names are considered the same.

We could go further than this patch (eg. removing multiple //
characters), but this patch is sufficient to fix Fedora builds.
febootstrap.ml