mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Sponsored by: Future Crew, LLC Pull Request: https://github.com/freebsd/freebsd-ports/pull/361
6 lines
198 B
Bash
6 lines
198 B
Bash
#!/bin/sh
|
|
|
|
export LD_PRELOAD=%%LINUXBASE%%/usr/share/ai-ml-env/dummy-uvm.so
|
|
export SSL_CERT_FILE=%%LINUXBASE%%/usr/lib/python3.9/site-packages/certifi/cacert.pem
|
|
|
|
exec %%LINUXBASE%%/usr/bin/bash $*
|