diff --git a/package.sh b/package.sh index 30647a772..470458d3a 100755 --- a/package.sh +++ b/package.sh @@ -25,7 +25,7 @@ build=CMakeFiles dist="$build/dist" # Create source directory -mkdir -p "$build" +mkdir -p "$dist" OUTPUT_DIR="$build/apache-log4cxx-$VERSION" if [ -f "$OUTPUT_DIR" ]; then if [ ! -d "$OUTPUT_DIR" ]; then