Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 18e4884

Browse files
author
Erazem Kokot
committed
Update local_aur_packages index in package check
1 parent 750afdd commit 18e4884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iso-generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ local_repo_builds() { # prev: aur_builds
346346
echo -e "Building AUR packages for local repo ..." | log
347347

348348
# Begin build loop checking /tmp for existing builds, then build packages & install if required
349-
if [[ ! "$(ls /tmp | grep "arch-wiki-cli")" ]]; then
349+
if [[ ! "$(ls /tmp | grep "${local_aur_packages[8]}")" ]]; then
350350
for pkg in "${local_aur_packages[@]}"; do
351351
echo -e "Making ${pkg} ..." | log
352352
wget -qO- "${aur_snapshot_link}/${pkg}.tar.gz" | tar xz -C /tmp

0 commit comments

Comments
 (0)