community/go fix

This commit is contained in:
Kevin Mihelich 2013-06-03 15:39:59 +00:00
parent 89d2016231
commit d3120cd73c

View file

@ -126,7 +126,7 @@ package() {
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: