Re: One more try with racadm, pretty please?
Tatsuki Makino <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <SI2PR01MB5036BAC4CA5009C4920C897DFAE1A@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> |
Hello.
On 2025/10/06 9:09, Dan Mahoney (ports) wrote:
> do-install:
> cd ${WRKSRC}; ${CP} -pR * ${STAGEDIR}${PREFIX}
> ${RLN} ${LINUXBASE}/lib64/libssl.so.3 ${STAGEDIR}${PREFIX}/opt/dell/srvadmin/lib64/openmanage/private/libssl.so
This might mean that it is a good idea to place a dummy file under ${STAGEDIR}${PREFIX} first and then execute the ${RLN} to create the symlink to ${STAGEDIR}${PREFIX}/lib64/libssl.so.3.
Regards.