Some more info:
basic problem is that fcopy calls mkpath from the File::Path module
(equivalent to mkdir -p).
this function only accepts mode, but not owner/group as arguments
in order to achieve your goal, this should be replaced with an explicite loop
(mkdir, chmod) to create the hierarchy of dirs


-- 
c u
henning



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to