diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/go/go-target.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index c229ab2f8d..379f87b498 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc | |||
| @@ -40,7 +40,7 @@ do_install() { | |||
| 40 | for f in ${B}/${GO_BUILD_BINDIR}/*; do | 40 | for f in ${B}/${GO_BUILD_BINDIR}/*; do |
| 41 | name=`basename $f` | 41 | name=`basename $f` |
| 42 | install -m 0755 $f ${D}${libdir}/go/bin/ | 42 | install -m 0755 $f ${D}${libdir}/go/bin/ |
| 43 | ln -sf ../${BASELIB}/go/bin/$name ${D}${bindir}/ | 43 | ln -sf ../${baselib}/go/bin/$name ${D}${bindir}/ |
| 44 | done | 44 | done |
| 45 | } | 45 | } |
| 46 | 46 | ||
