$OpenBSD: patch-Makefile_in,v 1.1 2004/02/25 02:35:04 brad Exp $ --- Makefile.in.orig 2004-02-21 23:16:57.000000000 -0500 +++ Makefile.in 2004-02-21 23:17:47.000000000 -0500 @@ -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. ; \