diff --git a/bin/compile b/bin/compile index a6a53bf..b8ba17f 100755 --- a/bin/compile +++ b/bin/compile @@ -13,7 +13,7 @@ BUILDDIR="${1}" CACHEDIR="${2}" mkdir -p $BUILDDIR/www -mv * $BUILDDIR/www +mv $BUILDDIR/* $BUILDDIR/www cd $CACHEDIR