On Fri, 8 Nov 2019, Sven Schreiber wrote:
Am 08.11.2019 um 10:40 schrieb Sven Schreiber:
> Am 07.11.2019 um 19:12 schrieb Sven Schreiber:
>
>> So this is looking pretty good so far. The details of the packaging
>> remain to be sorted out (see previous message), but that shouldn't be a
>> fundamental problem I guess.
>
> OK, some remarks or notes-to-self about the created contents of
> install-runtime.sh (inside src\pkgbuild\win32\windist)
One further thing - Allin, are you sure that the path specifications are
all correct inside install-runtime.sh? I'm having problems running that,
and if I look at the relative path prefix SRCDIR=../../../gretl-git, I
see that:
First in line 30 it is used before any "cd" happens,
Sorry, but line 30 of what?
so this should be relative to the location of the shell script,
no? Second in the last line 110 it is invoked after we had a "cd
${TARGET}" before (in line 99). I'd say one of these must be
wrong, or what am I missing?
You could be right. The path to SRCDIR in the auto-generated
install-runtime.sh is indeed relative, so probably there should be a
"cd" to its location before executing it, then a "cd" back to
wherever else we ought to be at that point.
I'll have to take a closer look at this myself on Windows.
Allin