Re: do-install hook fails

2020-04-07 Thread Stuart Henderson
Please fix your MUA, it has screwed up To/CC lines. On 2020/04/08 00:46, putridsou...@gmail.com wrote: > I can't seem to get /etc/tripwire/twpol-OpenBSD.txt to be a part > of package.tgz, after "make fake" twpol-OpenBSD.txt is rightly > in ${WRKINST}/etc/tripwire/, but "make package" excludes the

Re: do-install hook fails

2020-04-07 Thread putridsoul66
I can't seem to get /etc/tripwire/twpol-OpenBSD.txt to be a part of package.tgz, after "make fake" twpol-OpenBSD.txt is rightly in ${WRKINST}/etc/tripwire/, but "make package" excludes the configuration file from package.tgz and includes only files within ${PREFIX}. How do I install configuration

Re: do-install hook fails

2020-04-07 Thread Stuart Henderson
On 2020/04/07 18:23, putridsou...@gmail.com wrote: > I'm trying import a package called tripwire. It calls a install-sh script > during > "make fake" which requires user intervention to set some defaults, which can > be > done later. To get around I added the following "do-install" part in the >

do-install hook fails

2020-04-07 Thread putridsoul66
I'm trying import a package called tripwire. It calls a install-sh script during "make fake" which requires user intervention to set some defaults, which can be done later. To get around I added the following "do-install" part in the Makefile ,but I get an error. I've read the do-install part of b