Re: [Libguestfs] [PATCH] builder: move the XDG path handling in an own file

2014-02-18 Thread Richard W.M. Jones
On Tue, Feb 18, 2014 at 12:55:50PM +0100, Pino Toscano wrote: > Just code motion and renaming, no actual behaviour changes. > --- > builder/Makefile.am | 2 ++ > builder/cmdline.ml | 9 + > builder/paths.ml| 26 ++ > po/POTFILES-ml | 1 + > 4 files chan

[Libguestfs] [PATCH] builder: move the XDG path handling in an own file

2014-02-18 Thread Pino Toscano
Just code motion and renaming, no actual behaviour changes. --- builder/Makefile.am | 2 ++ builder/cmdline.ml | 9 + builder/paths.ml| 26 ++ po/POTFILES-ml | 1 + 4 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 builder/paths.ml