Hi Andreas,
make pkg simply does a cd solaris and then runs the mk-solaris-package -
or tries to if current directory is in your path (attached patch adds a
./ to ensure it works). mk-solaris-package.sh first references
pkginfo.tmpl on line 12 (see below). I can't see any other reference to
it in the code base
sed "s/VERSION_NUM/${VERSION}/" < pkginfo.tmpl > pkginfo
cheers,
Alan
On Tue, 2003-01-07 at 21:20, Andreas Fink wrote:
> this is created automatically if you do "make pkg" if I remember
> correctly.
>
> I'll have to check on our SUN machines for that.
Index: Makefile.in
===================================================================
RCS file: /home/cvs/gateway/Makefile.in,v
retrieving revision 1.63
diff -r1.63 Makefile.in
320c320
< (cd solaris; mk-solaris-package.sh)
---
> (cd solaris; ./mk-solaris-package.sh)