$NetBSD: patch-ab,v 1.3 2000/08/28 19:52:35 dmcmahill Exp $ --- vipec/helpwindow.cpp.orig Mon May 22 14:44:20 2000 +++ vipec/helpwindow.cpp Mon Aug 28 15:41:37 2000 @@ -36,5 +36,5 @@ vipecHome = dir.absPath(); } - home_ = vipecHome + "/help/index.html"; + home_ = "@prefix@/share/doc/vipec/index.html"; helpBrowser_ = new QTextBrowser( this );