Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 authored Apr 29, 2018
1 parent 8fbae47 commit 5795fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/mpc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shopt -s -o pipefail
set -e # Exit on error

PKG_NAME="mpc"
PKG_VERSION="1.0.3"
PKG_VERSION="1.1.0"

TARBALL="${PKG_NAME}-${PKG_VERSION}.tar.gz"
SRC_DIR="${PKG_NAME}-${PKG_VERSION}"
Expand Down Expand Up @@ -50,4 +50,4 @@ time { showHelp;clean;prepare;unpack;pushd ${SRC_DIR};build;[[ ${MAKE_TESTS} = T
# Verify installation
if [ -f /usr/lib/libmpc.so ]; then
touch ${DONE_DIR_BUILD_SYSTEM}/$(basename $(pwd))
fi
fi

0 comments on commit 5795fb9

Please sign in to comment.