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 8564339 commit dff5755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/perl-temp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e # Exit on error
PKG_NAME="perl"
PKG_VERSION="5.26.0"

TARBALL="${PKG_NAME}-${PKG_VERSION}.tar.bz2"
TARBALL="${PKG_NAME}-${PKG_VERSION}.tar.xz"
SRC_DIR="${PKG_NAME}-${PKG_VERSION}"

function showHelp() {
Expand Down Expand Up @@ -47,4 +47,4 @@ time { showHelp;clean;prepare;unpack;pushd ${SRC_DIR};build;instal;popd;clean; }
# Verify installation
if [ -f /usr/bin/perl ]; then
touch ${DONE_DIR_BUILD_SYSTEM}/$(basename $(pwd))
fi
fi

0 comments on commit dff5755

Please sign in to comment.