From c48a13e70b6db0a55b2d915d039c86842541bebc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 Aug 2006 13:33:47 +0000 Subject: [PATCH] Fix update-alternatives path to zebrasrv.8 --- debian/idzebra-2.0-utils.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/idzebra-2.0-utils.postinst b/debian/idzebra-2.0-utils.postinst index 95e2be8..8f2f24d 100644 --- a/debian/idzebra-2.0-utils.postinst +++ b/debian/idzebra-2.0-utils.postinst @@ -11,6 +11,6 @@ update-alternatives --quiet --install /usr/bin/zebraidx zebraidx \ update-alternatives --quiet --install /usr/bin/zebrasrv zebrasrv \ /usr/bin/zebrasrv-2.0 50 \ - --slave /usr/share/man/man1/zebrasrv.8.gz zebrasrv.8.gz \ + --slave /usr/share/man/man8/zebrasrv.8.gz zebrasrv.8.gz \ /usr/share/man/man1/zebrasrv-2.0.8.gz -- 1.7.10.4