X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap_debian.ml;h=f0d0be58debc4cdfd6dcb6655cd3ec96b88f19e0;hb=ddbfd96c3d21d05170a0af7de427c3dcbd72f014;hp=83c6c1a0d16fa3afbd2cc973be1e376ad51bd5b2;hpb=bcbbfa520a49967b3301243ebffdfefcd58c069a;p=febootstrap.git diff --git a/febootstrap_debian.ml b/febootstrap_debian.ml index 83c6c1a..f0d0be5 100644 --- a/febootstrap_debian.ml +++ b/febootstrap_debian.ml @@ -112,7 +112,7 @@ let debian_list_files pkg = let mode = statbuf.st_perm in (path, { ft_dir = is_dir; ft_config = config; ft_mode = mode; - ft_ghost = false }) + ft_ghost = false; ft_size = statbuf.st_size }) ) lines in files