X-Git-Url: http://git.annexia.org/?p=febootstrap.git;a=blobdiff_plain;f=febootstrap_pacman.ml;fp=febootstrap_pacman.ml;h=96dfefafc5784e788f8006c508bb33564bd1d7cd;hp=760d0ef177c905f0332a45b7ca9388f1b3e1584c;hb=fb6a900047ba372ec933ebf1b3d7339c4f33243c;hpb=91819fa0e61ee0b41f2342fd5149b385146bb954 diff --git a/febootstrap_pacman.ml b/febootstrap_pacman.ml index 760d0ef..96dfefa 100644 --- a/febootstrap_pacman.ml +++ b/febootstrap_pacman.ml @@ -111,7 +111,7 @@ let pacman_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