mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/go to 1.1-3
This commit is contained in:
parent
caf60198b2
commit
ad2a6a9a73
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
pkgname=go
|
||||
pkgver=1.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=2
|
||||
pkgdesc='Google Go compiler and tools'
|
||||
url='http://golang.org/'
|
||||
|
@ -125,6 +125,8 @@ package() {
|
|||
rm -f $pkgdir/usr/share/go/doc/articles/wiki/get.bin
|
||||
|
||||
install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
|
||||
|
||||
find "$pkgdir/usr/lib/go/pkg" -type f -exec touch '{}' +
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue