Skip to content

Commit 07b12ec

Browse files
committed
ci: fix distdir hardcoded name to match PACKAGE_NAME from autoconf
1 parent 23bd94b commit 07b12ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test/06_script_a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DOCKER_EXEC "${BASE_ROOT_DIR}/configure" --cache-file=config.cache $BITCOIN_CONF
3333

3434
DOCKER_EXEC make distdir VERSION=$HOST
3535

36-
export P_CI_DIR="${BASE_BUILD_DIR}/factorn-$HOST"
36+
export P_CI_DIR="${BASE_BUILD_DIR}/Fact0rN-$HOST"
3737

3838
DOCKER_EXEC ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( (DOCKER_EXEC cat config.log) && false)
3939

0 commit comments

Comments
 (0)