tMerge pull request #3415 from bauerj/build-sh-tz - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 021272fb52b751179ac72f1e5b1aaa2f0f3fd4bf DIR parent 599c13806576d12b3a8dedd46ab2f3d6c0ae40f8 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 29 Nov 2017 23:17:39 +0100 Merge pull request #3415 from bauerj/build-sh-tz Make build location independent Diffstat: M contrib/build-wine/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/build-wine/build.sh b/contrib/build-wine/build.sh t@@ -15,7 +15,7 @@ $here/prepare-hw.sh || exit 1 echo "Resetting modification time in C:\Python..." # (Because of some bugs in pyinstaller) pushd /opt/wine64/drive_c/python* -find -type f -exec touch -d '2000-11-11 11:11:11' {} + +find -type f -exec touch -d '2000-11-11T11:11:11+00:00' {} + popd ls -l /opt/wine64/drive_c/python*