Re: [Qemu-devel] [PATCH] install: honor DESTDIR on sysconfdir population

2010-03-13 Thread Aurelien Jarno
On Mon, Mar 08, 2010 at 03:43:41PM +0100, Andre Przywara wrote: > When creating and populating $sysconfdir, we should prepend $DESTDIR > as we do with all other paths. > > Reported-by: Frank Arnold > Signed-off-by: Andre Przywara Thanks, applied. > --- > Makefile |4 ++-- > 1 files change

[Qemu-devel] [PATCH] install: honor DESTDIR on sysconfdir population

2010-03-08 Thread Andre Przywara
When creating and populating $sysconfdir, we should prepend $DESTDIR as we do with all other paths. Reported-by: Frank Arnold Signed-off-by: Andre Przywara --- Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bf2cef2..2066c12 100644