diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-01 06:45:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-01 06:45:33 +0700 |
commit | dcddd41a76ee10adf771433968a4ea71acf56b3c (patch) | |
tree | 50b6661f93830e1421be58414dc277c18cf8b1b4 /system | |
parent | 2709d7c220f143cd26b42819ded0e77919530bbc (diff) |
system/guix: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/guix/guix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |