Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Dec 30, 2024
1 parent a47ae1d commit 2d2de88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/srpm/vendor-rs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ case $id in
cp -r /usr/share/cargo/registry/* ${vendor_dest}
find ${vendor_dest} -maxdepth 1 -type d -exec touch {}/README.md \;
# work around the readme doc issue
rm ${vendor_dest}/either-1.13.0/README.md
rm ${vendor_dest}/cexpr-0.6.0/README.md
rm ${vendor_dest}/libloading-0.8.5/README.md
rm ${vendor_dest}/lock_api-0.4.12/README.md
rm ${vendor_dest}/parking_lot_core-0.9.10/README.md
rm ${vendor_dest}/either-*/README.md
rm ${vendor_dest}/cexpr-*/README.md
rm ${vendor_dest}/libloading-*/README.md
rm ${vendor_dest}/lock_api-*/README.md
rm ${vendor_dest}/parking_lot_core-*/README.md
;;

ubuntu)
Expand Down

0 comments on commit 2d2de88

Please sign in to comment.