Skip to content

Commit

Permalink
Update hephaestus
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Nov 20, 2024
1 parent ac0032a commit 9f52a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hephaestus
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ find_pkgbuild_dirs() {
# Use find to locate PKGBUILD files in subdirectories
while IFS= read -r -d '' pkgbuild_path; do
# Consider only packages not in 'broken' and 'old' directories
if [[ ! $pkgbuild_path =~ "broken" && ! $pkgbuild_path =~ "old" ]]; then
if [[ ! $pkgbuild_path =~ "broken" && ! $pkgbuild_path =~ "old" && ! $pkgbuild_path =~ "metapackages" ]]; then
# Extract package name from PKGBUILD path
pkgbuild_paths+=("$pkgbuild_path")
fi
Expand Down

0 comments on commit 9f52a63

Please sign in to comment.