mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
uname -m
This commit is contained in:
parent
6adb58eb9a
commit
79b5978d58
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ cp -R $REPOSITORY $PREFIX/libexec/$PRGNAM
|
|||
GOROOT=$PREFIX/libexec/$PRGNAM
|
||||
GOBIN=\$GOROOT/bin
|
||||
GOOS=linux
|
||||
case $ARCH in
|
||||
case \$(uname -m) in
|
||||
x86_64)
|
||||
GOARCH=amd64
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue