On 07/06/2018 21:17, Eugene Grosbein wrote:
> 08.06.2018 8:12, duckmanjbr wrote:
>
>> do-install:
>> ${MKDIR} ${STAGEDIR}${PREFIX}/pkg
>> ${MKDIR} ${STAGEDIR}${PREFIX}/bin/localrepo
>> ${MKDIR} ${STAGEDIR}/etc/inc/priv
>> ${MKDIR} ${STAGEDIR}${DATADIR}
>> ${INSTALL_DATA} -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Fri, 8 Jun 2018 05:58:01 -0400
Matthew Seaman wrote:
> On 07/06/2018 21:17, Eugene Grosbein wrote:
> > 08.06.2018 8:12, duckmanjbr wrote:
> >
> >> do-install:
> >>${MKDIR} ${STAGEDIR}${PREFIX}/pkg
> >>${MKDIR} ${STAGEDIR}${PREFIX}/bin
08.06.2018 16:58, Matthew Seaman wrote:
>>> @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \
>>>
>>> .include
>>
>> Here is obvious bug: the line with REINPLACE_CMD has continuation backslash
>> without any continuation text and without file name to process. Fix it.
>
> Actuall
1st off, thanks everyone for helping me out! There was indeed a missing
filename and I believe I’ve remedied that. I’m moving along but now getting a
"missing property prefix” error. Am I missing a log file or something to help
trouble shoot these errors? I’d like to piece it together to a
08.06.2018 20:12, duckmanjbr wrote:
> 1st off, thanks everyone for helping me out! There was indeed a missing
> filename and I believe I’ve remedied that. I’m moving along but now getting
> a "missing property prefix” error. Am I missing a log file or something to
> help trouble shoot these