From 8bd7c2f51426035e6abe00142bdcef5bcacab00c Mon Sep 17 00:00:00 2001 From: romeo-golf Date: Sun, 8 Jan 2017 19:59:03 +0000 Subject: [PATCH] Fix typo in kalibrate install script --- bash/betas/kalibrate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bash/betas/kalibrate.sh b/bash/betas/kalibrate.sh index 271c8ae..3860d24 100755 --- a/bash/betas/kalibrate.sh +++ b/bash/betas/kalibrate.sh @@ -143,8 +143,6 @@ if [[ true ]] ; then ACTION=$(./configure ${BETA_CFLAGS} 2>&1) fi # Make. - if [[ -f "Makefile" ]] ; then - ACTION=$(make -C ${BETA_BUILD_DIRECTORY} 2>&1) if [[ -f "Makefile" ]] ; then ACTION=$(make -C ${BETA_BUILD_DIRECTORY} 2>&1) # Install.