[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] misc fixes to deal with icon location changes
From: |
Daniel P . Berrangé |
Subject: |
[Qemu-devel] [PATCH 0/5] misc fixes to deal with icon location changes |
Date: |
Tue, 29 Jan 2019 11:39:16 +0000 |
This is a few misc fixes identified after the icon location changes
were merged. Most importantly it deals with the nsis installer file
manifest.
Daniel P. Berrangé (5):
nsis: don't install files into /tmp
make: don't insert a '/' after $(DESTDIR)
nsis: ensure we always pass -W64 flag to nsis installer script
nsis: fix location of icons to be bundled in the installer
configure: stop trying to link non-existant bmp file from bios dir
Makefile | 23 +++++++++++++----------
configure | 1 -
qemu.nsi | 4 ++--
3 files changed, 15 insertions(+), 13 deletions(-)
--
2.20.1
- [Qemu-devel] [PATCH 0/5] misc fixes to deal with icon location changes,
Daniel P . Berrangé <=
- [Qemu-devel] [PATCH 5/5] configure: stop trying to link non-existant bmp file from bios dir, Daniel P . Berrangé, 2019/01/29
- [Qemu-devel] [PATCH 2/5] make: don't insert a '/' after $(DESTDIR), Daniel P . Berrangé, 2019/01/29
- [Qemu-devel] [PATCH 1/5] nsis: don't install files into /tmp, Daniel P . Berrangé, 2019/01/29
- [Qemu-devel] [PATCH 3/5] nsis: ensure we always pass -W64 flag to nsis installer script, Daniel P . Berrangé, 2019/01/29
- [Qemu-devel] [PATCH 4/5] nsis: fix location of icons to be bundled in the installer, Daniel P . Berrangé, 2019/01/29