Skip to content

Commit

Permalink
do not pkgcheck here
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Aug 4, 2024
1 parent eea251c commit f2476ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/suitesparse/Sync_to_gentoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ for pkg in "${Sparse_ebuild[@]}"; do
rsync -rv --exclude=Manifest --exclude=metadata.xml "${sog_overlay}/sci-libs/${pkg}/" "${gentoo_dest}/sci-libs/${pkg}/"
pushd "${gentoo_dest}/sci-libs/${pkg}/"
ebuild *.ebuild manifest
pkgcheck scan
popd
done

0 comments on commit f2476ef

Please sign in to comment.