Обновление README.md, исходников, пакетки
This commit is contained in:
@ -6,11 +6,12 @@ https://go.dev/dl/go1.25.1.linux-amd64.tar.gz
|
||||
export GOROOT_BOOTSTRAP=/pkg/src/go/.go-bootstrap
|
||||
export PKG_HOME=/pkg/gnu/go
|
||||
export GOROOT_FINAL=/pkg/gnu/go
|
||||
rm -rf "$GOROOT_BOOTSTRAP"
|
||||
mkdir -p $GOROOT_BOOTSTRAP
|
||||
cp -rPl ./* $GOROOT_BOOTSTRAP
|
||||
rsync -a --exclude='.git/' ./ "$GOROOT_BOOTSTRAP/"
|
||||
cd src
|
||||
./make.bash
|
||||
cd ..
|
||||
mkdir -p $PKG_HOME
|
||||
cp -rPl ./* $PKG_HOME
|
||||
rsync -a --exclude='.git/' --exclude='aeropkg.*' --exclude='.go-bootstrap' ./ "$PKG_HOME/"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user