summaryrefslogtreecommitdiff
path: root/share/hooks/update-apt-xapian-index.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'share/hooks/update-apt-xapian-index.chroot')
-rwxr-xr-xshare/hooks/update-apt-xapian-index.chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hooks/update-apt-xapian-index.chroot b/share/hooks/update-apt-xapian-index.chroot
index f93c04266..dcb39b261 100755
--- a/share/hooks/update-apt-xapian-index.chroot
+++ b/share/hooks/update-apt-xapian-index.chroot
@@ -10,5 +10,5 @@ set -e
if [ -x /usr/sbin/update-apt-xapian-index ]
then
- /usr/sbin/update-apt-xapian-index --force --quiet
+ PYTHONDONTWRITEBYTECODE=1 /usr/sbin/update-apt-xapian-index --force --quiet
fi