Skip to content

Commit 4a8266a

Browse files
committed
Create missing directory
1 parent ef8a22a commit 4a8266a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build=CMakeFiles
2525
dist="$build/dist"
2626

2727
# Create source directory
28-
mkdir -p "$build"
28+
mkdir -p "$dist"
2929
OUTPUT_DIR="$build/apache-log4cxx-$VERSION"
3030
if [ -f "$OUTPUT_DIR" ]; then
3131
if [ ! -d "$OUTPUT_DIR" ]; then

0 commit comments

Comments
 (0)