From 9faf9bcbed78c075287a74f3ccd58dbbfc973e63 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 10 Mar 2020 05:30:17 +0000 Subject: hooks: run bin without explicit path this got lost in reworking 7ee59d408ed7681908966a5b2fb28e8f98116d31 Gbp-Dch: Short --- share/hooks/normal/0410-update-apt-xapian-index.hook.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/hooks/normal/0410-update-apt-xapian-index.hook.chroot b/share/hooks/normal/0410-update-apt-xapian-index.hook.chroot index 02f1a18f2..93801e511 100755 --- a/share/hooks/normal/0410-update-apt-xapian-index.hook.chroot +++ b/share/hooks/normal/0410-update-apt-xapian-index.hook.chroot @@ -10,5 +10,5 @@ set -e if [ $(which update-apt-xapian-index) ] then - PYTHONDONTWRITEBYTECODE=1 /usr/sbin/update-apt-xapian-index --force --quiet + PYTHONDONTWRITEBYTECODE=1 update-apt-xapian-index --force --quiet fi -- cgit v1.2.3