summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBienChen2021-04-23 15:06:34 +0800
committerBienChen2021-04-23 15:06:34 +0800
commitb3addffe50a2d7202cd11d23e5b18a402a6d9e76 (patch)
tree872c936241b06519971485ad17e07b7924ec1702
parente0a0bb58e8761644b003f5aa8f54427ec4c3602c (diff)
downloadaur-b3addffe50a2d7202cd11d23e5b18a402a6d9e76.tar.gz
Improvement: now no need to add path for gcc bin.
-rw-r--r--openocd-nuclei-bin.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/openocd-nuclei-bin.install b/openocd-nuclei-bin.install
index 6be88bd6ea4d..f45a4281d493 100644
--- a/openocd-nuclei-bin.install
+++ b/openocd-nuclei-bin.install
@@ -2,6 +2,6 @@ all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
post_install() {
echo "add ${bold}export NUCLEI_TOOL_ROOT=/opt/Nuclei-Toolchain${all_off}"
- echo "and ${bold}export PATH=\$NUCLEI_TOOL_ROOT/gcc/bin:\$NUCLEI_TOOL_ROOT/openocd/bin:\$PATH${all_off}"
+ echo "and ${bold}export PATH=\$NUCLEI_TOOL_ROOT/openocd/bin:\$PATH${all_off}"
echo "to ${bold}~/.bashrc${all_off} and ${bold}source ~/.bashrc${all_off} before compile any project."
}