mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
8 lines
188 B
Bash
8 lines
188 B
Bash
#!/bin/sh
|
|
# wrapper to execute the Arduino start script
|
|
|
|
# Need the linux version of readlink
|
|
PATH="%%LINUXBASE%%/usr/bin:${PATH}"
|
|
export PATH
|
|
|
|
exec "%%PREFIX%%/%%PORTNAME%%/arduino" "$@"
|