diff options
| author | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-03-03 14:48:28 +0000 |
|---|---|---|
| committer | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-03-03 14:48:28 +0000 |
| commit | 31389fe1a857dbf2db7676507e9c7c671abb5003 (patch) | |
| tree | 563fbf753fca428c38034b1ceeef5ee3bba4abe0 /repos/extra | |
| parent | 69ea167f3a5549c9100126ee0657fc3e657190ec (diff) | |
| download | alicelinux-31389fe1a857dbf2db7676507e9c7c671abb5003.tar.gz alicelinux-31389fe1a857dbf2db7676507e9c7c671abb5003.zip | |
go: updated to 1.24.0
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/go/abuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/extra/go/abuild b/repos/extra/go/abuild index 1f72f58d..e682f663 100644 --- a/repos/extra/go/abuild +++ b/repos/extra/go/abuild @@ -19,6 +19,7 @@ build() { cd src cp $SRC/make.sh . + chmod +x make.sh ./make.sh install -d $PKG/usr/lib |