We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed10b4 commit 38fa9f8Copy full SHA for 38fa9f8
bin/build-dist
@@ -14,7 +14,7 @@ elif [[ -e minil.toml ]]; then
14
# just find the last created dir and use that.
15
# shellcheck disable=SC2012
16
DIR=$(ls -td -- */ | head -n 1 | cut -d'/' -f1)
17
- mv "$DIR" build_dir
+ mv "$DIR" "$BUILD_DIR"
18
elif [[ -e Build.PL ]]; then
19
rm -rf "$BUILD_DIR"
20
perl Build.PL
0 commit comments