mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/go fix
This commit is contained in:
parent
89d2016231
commit
d3120cd73c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ package() {
|
||||||
|
|
||||||
install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
|
install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
|
||||||
|
|
||||||
find "$pkgdir/usr/"{lib/go/pkg/bin} -type f -exec touch '{}' +
|
find "$pkgdir/usr/"{lib/go/pkg,bin} -type f -exec touch '{}' +
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue