go: remove /etc/profile/go.sh
This commit is contained in:
parent
f23fa99c91
commit
81e3ffaf83
|
@ -1 +0,0 @@
|
|||
export GOPATH=/usr/lib/go/site
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'go'
|
||||
pkgname=go
|
||||
version=1.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=go
|
||||
hostmakedepends="git ca-certificates"
|
||||
short_desc="The Go Programming Language"
|
||||
|
@ -83,7 +83,6 @@ do_install() {
|
|||
cp -a pkg src lib include ${DESTDIR}/usr/lib/go
|
||||
cp -r doc misc -t ${DESTDIR}/usr/share/go
|
||||
ln -s /usr/share/go/doc ${DESTDIR}/usr/lib/go/doc
|
||||
vinstall ${FILESDIR}/go.sh 755 etc/profile.d
|
||||
vlicense LICENSE
|
||||
|
||||
# This is to make go get code.google.com/p/go-tour/gotour and
|
||||
|
|
Loading…
Reference in New Issue