From dcddd41a76ee10adf771433968a4ea71acf56b3c Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 1 Jan 2017 06:45:33 +0700 Subject: system/guix: Fix typo. Signed-off-by: Willy Sudiarto Raharjo --- system/guix/guix.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/guix') diff --git a/system/guix/guix.SlackBuild b/system/guix/guix.SlackBuild index 02c68b990449..afb348abc3dc 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 -- cgit v1.2.3