$OpenBSD: patch-Makefile_in,v 1.3 2007/05/27 20:47:56 naddy Exp $ --- Makefile.in.orig 2003-07-17 21:44:56.000000000 -0400 +++ Makefile.in 2004-06-05 16:34:45.000000000 -0400 @@ -182,7 +182,7 @@ installscript: installdirs test helpdir = $(epicdir)/help installhelp: installdirs - if ./my_test -d help ; then \ + if ./my_test -d @srcdir@/help ; then \ (cd @srcdir@/help; tar cf - .) | (cd $(IP)$(helpdir); tar xf -) ; \ else \ echo No help files to install. ; \