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 a76e5ce commit 16b03bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/less/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="less"
PKG_VERSION="481"
PKG_VERSION="530"

TARBALL="${PKG_NAME}-${PKG_VERSION}.tar.gz"
SRC_DIR="${PKG_NAME}-${PKG_VERSION}"
Expand Down Expand Up @@ -45,4 +45,4 @@ time { showHelp;clean;prepare;unpack;pushd ${SRC_DIR};build;instal;popd;clean; }
# Verify installation
if [ -f /bin/less ]; then
touch ${DONE_DIR_BUILD_SYSTEM}/$(basename $(pwd))
fi
fi

0 comments on commit 16b03bb

Please sign in to comment.