Move to www

This commit is contained in:
Florian Heinemann 2014-11-05 01:17:31 -05:00
parent 46f02564c4
commit 113541efb7
1 changed files with 2 additions and 7 deletions

View File

@ -8,17 +8,12 @@ PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
ZLIB_VERSION="1.2.8"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
echo "0 = ${0}"
echo "1 = ${1}"
echo "2 = ${2}"
BINDIR=$(dirname "$0")
BUILDDIR="${1}"
CACHEDIR="${2}"
echo "BINDIR = ${BINDIR}"
echo "BUILDDIR = ${BUILDDIR}"
echo "CACHEDIR = ${CACHEDIR}"
mkdir -p $BUILDDIR/www
mv * $BUILDDIR/www
cd $CACHEDIR