Skip to content

Commit

Permalink
skip parent
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Dec 10, 2023
1 parent 249fbfa commit d2f6552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/srpm/vendor-rs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case $id in
fedora)
echo "fedora: vendoring packages"
mkdir -p ${vendor_dest}
cp -r /usr/share/cargo/registry ${vendor_dest}
cp -r /usr/share/cargo/registry/* ${vendor_dest}
;;

ubuntu)
Expand Down

0 comments on commit d2f6552

Please sign in to comment.