]> www.infradead.org Git - users/dwmw2/qemu.git/commit
scripts/nsis.py: Drop the unnecessary path separator
authorBin Meng <bin.meng@windriver.com>
Thu, 8 Sep 2022 13:28:11 +0000 (21:28 +0800)
committerStefan Weil <sw@weilnetz.de>
Mon, 31 Oct 2022 09:06:11 +0000 (10:06 +0100)
commit7f8c044018555dcc36eb5af1d5d6cebc85ebd330
treeced2fc71f58d87a48590bd4b52c6271c8ed910df
parent75d30fde55485b965a1168a21d016dd07b50ed32
scripts/nsis.py: Drop the unnecessary path separator

There is no need to append a path separator to the destination
directory that is passed to "make install".

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Message-Id: <20220908132817.1831008-2-bmeng.cn@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
scripts/nsis.py