Skip to content

Commit

Permalink
Ensure dist/ directory is removed prior to build
Browse files Browse the repository at this point in the history
  • Loading branch information
icmurray authored and amercader committed Oct 19, 2012
1 parent cbde922 commit c907c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -38,7 +38,7 @@ NAME="James Gardner"

# Clean the build environment
echo "Cleaning the environment ..."
rm -r ${CKAN_PATH}/dist/
rm -rf ${CKAN_PATH}/dist/
rm -rf ${CKAN_PATH}/build/buildkit/env/src
mkdir -p ${CKAN_PATH}/dist/buildkit
echo "done."
Expand Down

0 comments on commit c907c16

Please sign in to comment.