I've read the README, and the "Writing and Debugging"
manual, but I still do not understand how to specify
the license fields correctly. I want to include the
license in the fileset, and require that the user
accept it when installed.
From the template:
[tt]
License agreement acceptance required: y
Name of license agreement: LAR/usr/swlag/en_US/foo-license.la
Include license files in this package: y
License file path: LAF/usr/swlag/foo-license.la;
[/tt]
from the documentation, I assume that "Name of license
agreement:" is where the file is supposed to end up on
the user's machine, and that "License file path:" is
where the license file can be found in the packaging
directory ("relative to buildroot").
However, when I run mkinstallp on the above template,
with my license file in
<buildroot>/usr/swlag/foo-license.la,
and then try to run SMIT (or installp) to verify the
package, they claim that the license file required
by the fileset is not contained in the fileset.
What should I be specifying?
Thanks.
manual, but I still do not understand how to specify
the license fields correctly. I want to include the
license in the fileset, and require that the user
accept it when installed.
From the template:
[tt]
License agreement acceptance required: y
Name of license agreement: LAR/usr/swlag/en_US/foo-license.la
Include license files in this package: y
License file path: LAF/usr/swlag/foo-license.la;
[/tt]
from the documentation, I assume that "Name of license
agreement:" is where the file is supposed to end up on
the user's machine, and that "License file path:" is
where the license file can be found in the packaging
directory ("relative to buildroot").
However, when I run mkinstallp on the above template,
with my license file in
<buildroot>/usr/swlag/foo-license.la,
and then try to run SMIT (or installp) to verify the
package, they claim that the license file required
by the fileset is not contained in the fileset.
What should I be specifying?
Thanks.