Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/build-dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ elif [[ -e minil.toml ]]; then
# just find the last created dir and use that.
# shellcheck disable=SC2012
DIR=$(ls -td -- */ | head -n 1 | cut -d'/' -f1)
mv "$DIR" build_dir
mv "$DIR" "$BUILD_DIR"
elif [[ -e Build.PL ]]; then
rm -rf "$BUILD_DIR"
perl Build.PL
Expand Down