Re: git: 7a66a72bd431 - main - games/opengfx: update to 7.1
Date: Fri, 10 Jun 2022 18:56:59 UTC
On Fri, Jun 10, 2022 at 02:41:23PM +0000, Fernando Apestegu??a wrote:
> commit 7a66a72bd43194fea5b7a1fa764d824a2d5af83f
>
> ...
> -DATADIR= ${PREFIX}/share/openttd/baseset/opengfx
>
> do-install:
> - @${MKDIR} ${STAGEDIR}${DATADIR}
> - ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}
> + @${MKDIR} \
> + ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
> + ${INSTALL_DATA} \
> + ${WRKSRC}/* \
> + ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
I don't understand the necessity of this change. Why remove the
DATADIR and replace two lines with five?
./danfe