blob: 6c163cbb512faf95f97105f0ea10af1fc92900b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.8 2006/09/26 13:48:56 abs Exp $
--- cache/search/hyperestraier/scripts/wwwoffle-estseek.orig 2005-09-06 05:45:50.000000000 +1200
+++ cache/search/hyperestraier/scripts/wwwoffle-estseek
@@ -12,6 +12,7 @@ cd $wwwoffle_spool
PATH=$PATH:/usr/local/bin
PATH=$PATH:/usr/local/libexec # A possible location
+PATH=$PATH:@PREFIX@/libexec # A possible location
PATH=$PATH:/usr/lib/estraier # The Debian location
export PATH
|