Fix #11458, pt.3: invoking jam from source dir does not work.
* Adjust build_haiku_repository script to invoke package_repo without -C <dir>, as that is not needed and has the unintended side-effect of rendering relative package paths non-functional.
This commit is contained in:
@@ -37,8 +37,7 @@ done
|
|||||||
|
|
||||||
# build the repository file
|
# build the repository file
|
||||||
cp "$repoInfo" "$repositoryDir/repo.info"
|
cp "$repoInfo" "$repositoryDir/repo.info"
|
||||||
"$packageRepo" create -C "$repositoryDir" "$repositoryDir/repo.info" \
|
"$packageRepo" create "$repositoryDir/repo.info" "$packageDir"/*.hpkg
|
||||||
"$packageDir"/*.hpkg
|
|
||||||
|
|
||||||
# create the checksum file
|
# create the checksum file
|
||||||
$sha256 "$repositoryDir/repo" \
|
$sha256 "$repositoryDir/repo" \
|
||||||
|
|||||||
Reference in New Issue
Block a user