Skip to content

Commit

Permalink
[#2859] Ensure dist/ directory is removed prior to build
Browse files Browse the repository at this point in the history
  • Loading branch information
icmurray committed Aug 21, 2012
1 parent 1422c67 commit 139ba8e
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 139ba8e

Please sign in to comment.