mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
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:
parent
532b7b60a9
commit
8e77a6439a
@ -37,8 +37,7 @@ done
|
||||
|
||||
# build the repository file
|
||||
cp "$repoInfo" "$repositoryDir/repo.info"
|
||||
"$packageRepo" create -C "$repositoryDir" "$repositoryDir/repo.info" \
|
||||
"$packageDir"/*.hpkg
|
||||
"$packageRepo" create "$repositoryDir/repo.info" "$packageDir"/*.hpkg
|
||||
|
||||
# create the checksum file
|
||||
$sha256 "$repositoryDir/repo" \
|
||||
|
Loading…
Reference in New Issue
Block a user