Files
ports/devel/android-tools-fastboot/files/pkg-message.in
2019-08-13 16:01:59 +00:00

14 lines
409 B
Plaintext

[
{ type: install
message: <<EOM
The port installed fastboot(1) under %%PREFIX%%/bin. However, there's
a different fastboot(8) under /sbin. To avoid accidentally invoking
the wrong command make sure either to
- adjust PATH environment variable to have fastboot(1) found first
- create a shell alias with absolute path to fastboot(1)
- create a symlink with different name in PATH e.g., under ~/bin
EOM
}
]