From 349de322e7aea5dc0fd7914747ad92977d1b42f2 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 19 Jun 2017 14:56:56 +0300 Subject: [PATCH] python-ndg-httpsclient: Fix files conflict --- mingw-w64-python-ndg-httpsclient/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mingw-w64-python-ndg-httpsclient/PKGBUILD b/mingw-w64-python-ndg-httpsclient/PKGBUILD index 3bab00d623..830d81b356 100644 --- a/mingw-w64-python-ndg-httpsclient/PKGBUILD +++ b/mingw-w64-python-ndg-httpsclient/PKGBUILD @@ -55,6 +55,10 @@ package_python2-ndg-httpsclient() { mv "${pkgdir}${MINGW_PREFIX}"/bin/ndg_httpclient{,2}.exe mv "${pkgdir}${MINGW_PREFIX}"/bin/ndg_httpclient{,2}-script.py + if [ -e ${pkgdir}${MINGW_PREFIX}/bin/ndg_httpclient.exe.manifest ] + then + mv "${pkgdir}${MINGW_PREFIX}"/bin/ndg_httpclient{,2}.exe.manifest + fi } package_mingw-w64-i686-python2-ndg-httpsclient() {