system/guix: Fix typo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-01-01 06:45:33 +07:00 committed by Willy Sudiarto Raharjo
parent 2709d7c220
commit dcddd41a76

View file

@ -64,7 +64,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
for bin in armhf i686 mips64el x86_64; do
case "$bin" in
armf ) GVERS=2.0.11 ;;
armhf ) GVERS=2.0.11 ;;
* ) GVERS=2.0.9 ;;
esac
if [ -f $CWD/guile_${bin}_linux-${GVERS}.tar.xz ]; then