diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-10 20:08:43 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-10 20:08:43 +0200 |
| commit | 4c4ede3cef7a6f36d358ab43c61a5d6a231d8a23 (patch) | |
| tree | c876738b9539afd5699beb96d774131e9251b5b6 /auto-void-packages/auto-build-all-orphans.sh | |
| parent | b616376896a4becc79a9bc6be9e66107deb6dcd1 (diff) | |
Diffstat (limited to 'auto-void-packages/auto-build-all-orphans.sh')
| -rwxr-xr-x | auto-void-packages/auto-build-all-orphans.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-void-packages/auto-build-all-orphans.sh b/auto-void-packages/auto-build-all-orphans.sh index 8c4c8cf..746739a 100755 --- a/auto-void-packages/auto-build-all-orphans.sh +++ b/auto-void-packages/auto-build-all-orphans.sh @@ -140,7 +140,7 @@ for package in "${!pkgs_to_update[@]}"; do auto_build_archs_path="$HOME/workbench/auto-void-packages/auto-build/archs-${package}-${latest_version}.txt" echo ">>>[$package - $latest_version]>>>" - ./update-package.sh "$package" "$latest_version" "$auto_build_archs_path" + ./build-package.sh "$package" "$latest_version" "$auto_build_archs_path" echo "<<<[$package - $latest_version]<<<" |
