mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
go: add a new symlink
This commit is contained in:
parent
344aaf2238
commit
133d232435
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=go
|
pkgname=go
|
||||||
_bootstrap_version=1.4.2
|
_bootstrap_version=1.4.2
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=go
|
wrksrc=go
|
||||||
hostmakedepends="git ca-certificates"
|
hostmakedepends="git ca-certificates"
|
||||||
short_desc="The Go Programming Language"
|
short_desc="The Go Programming Language"
|
||||||
|
@ -129,6 +129,10 @@ do_install() {
|
||||||
#
|
#
|
||||||
ln -sf /usr/bin ${DESTDIR}/usr/lib/go/bin
|
ln -sf /usr/bin ${DESTDIR}/usr/lib/go/bin
|
||||||
|
|
||||||
|
# <dominikh> sigh. well, someone fix the template and add
|
||||||
|
# a symlink, usr/lib/go/misc -> /usr/share/go/misc
|
||||||
|
ln -sfr ${DESTDIR}/usr/share/go/misc ${DESTDIR}/usr/lib/go/misc
|
||||||
|
|
||||||
# For godoc
|
# For godoc
|
||||||
vinstall favicon.ico 644 usr/lib/go
|
vinstall favicon.ico 644 usr/lib/go
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue