Skip to content

Commit

Permalink
Create missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 11, 2024
1 parent ef8a22a commit 4a8266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a8266a

Please sign in to comment.