Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-08-11 12:52:59 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-08-11 12:52:59 +0300
commit8b02b151765423a431a714d2127c992a9695b387 (patch)
tree900920dc9d0e7f7c095a21e65f31d89af2b625dd /win/_base.sh
parent572fb921c7fa024c3c7e54c7addb512247754ca5 (diff)
WindowsBuild: Include emoticon sourcefiles
Our loader cant load compiled sourcefiles
Diffstat (limited to 'win/_base.sh')
-rw-r--r--win/_base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index a45628195..b2f8d662b 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -313,7 +313,7 @@ function cleanup_install {
find "${MINGW_ROOT}"/bin -name "*.pyo" -exec rm -f {} \;
find "${MINGW_ROOT}"/bin -name "*.pyc" -exec rm -f {} \;
build_compileall -q "${MINGW_ROOT}"
- find "${MINGW_ROOT}" -name "*.py" ! -name "gajim.py" ! -name "history_manager.py" -exec rm -f {} \;
+ find "${MINGW_ROOT}" -name "*.py" ! -name "gajim.py" ! -name "history_manager.py" ! -name "*theme.py" -exec rm -f {} \;
find "${MINGW_ROOT}"/bin -name "*.pyc" -exec rm -f {} \;
find "${MINGW_ROOT}" -type d -name "__pycache__" -prune -exec rm -rf {} \;