Browse Source

Merge pull request #3415 from bauerj/build-sh-tz

Make build location independent
3.0.x
ThomasV 7 years ago
committed by GitHub
parent
commit
021272fb52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/build-wine/build.sh

2
contrib/build-wine/build.sh

@ -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*

Loading…
Cancel
Save