aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/guix/guix.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/guix/guix.SlackBuild b/system/guix/guix.SlackBuild
index 02c68b990449a..afb348abc3dcc 100644
--- a/system/guix/guix.SlackBuild
+++ b/system/guix/guix.SlackBuild
@@ -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