Skip to content

Commit

Permalink
Merge pull request #3415 from bauerj/build-sh-tz
Browse files Browse the repository at this point in the history
Make build location independent
  • Loading branch information
ecdsa committed Nov 29, 2017
2 parents 599c138 + 201589b commit 021272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-wine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit 021272f

Please sign in to comment.