This commit is contained in:
Gwenhael Le Moine 2010-11-17 13:37:47 +07:00
parent 6adb58eb9a
commit 79b5978d58

View file

@ -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
;;