Re: what to do about "FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. Use make variables and logic instead"

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Tue, 08 Oct 2024 22:09:23 UTC
Hello.

On 2024/10/09 0:16, Ronald Klop wrote:
> Ok, I took a look. Does it mean just replacing %%JAVAJARDIR%% with ${JAVAJARDIR}?

It wants to use the make variable in the outer file, so it replaces it with a %%FOO%% placemark.
Where a make variable can be used directly, use it directly.

I think that's what it's about.
Regards.