Re: Checking for pkg-plist issues shows strange error message

From: Matthias Fechner <idefix_at_fechner.net>
Date: Sat, 06 Aug 2022 21:47:03 UTC
Am 05.08.2022 um 09:21 schrieb Matthias Fechner:
>
> The patch itself looks fine:
> https://gitlab.fechner.net/mfechner/Gitlab/-/commit/14b18afc4075d6f2f2816670bf593efb23948320#81344ed94757cf52e8c0574de0f528b2badf2495_98_105
>
> But if I do a test build with poudriere I get something strange:
>
> ===> Checking for items in STAGEDIR missing from pkg-plist
> Error: Orphaned: @dir %%DATADIR%%/share/git-core/templates/branches
> ===> Checking for items in pkg-plist which are not in STAGEDIR
> Error: Missing: @dir %%DATADIR%%/share/git-core/templates/branches
> ===> Error: Plist issues found.

use this fixes it for me:
|@${ECHO_CMD} "@dir ${DATADIR}/share/git-core/templates/branches" >> 
${TMPPLIST} |

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook