mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
go: remove /etc/profile/go.sh
This commit is contained in:
parent
f23fa99c91
commit
81e3ffaf83
2 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
export GOPATH=/usr/lib/go/site
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
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"
|
||||||
|
@ -83,7 +83,6 @@ do_install() {
|
||||||
cp -a pkg src lib include ${DESTDIR}/usr/lib/go
|
cp -a pkg src lib include ${DESTDIR}/usr/lib/go
|
||||||
cp -r doc misc -t ${DESTDIR}/usr/share/go
|
cp -r doc misc -t ${DESTDIR}/usr/share/go
|
||||||
ln -s /usr/share/go/doc ${DESTDIR}/usr/lib/go/doc
|
ln -s /usr/share/go/doc ${DESTDIR}/usr/lib/go/doc
|
||||||
vinstall ${FILESDIR}/go.sh 755 etc/profile.d
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
# This is to make go get code.google.com/p/go-tour/gotour and
|
# This is to make go get code.google.com/p/go-tour/gotour and
|
||||||
|
|
Loading…
Add table
Reference in a new issue