Skip to content

Commit

Permalink
a touch
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Oct 2, 2024
1 parent 7349955 commit f85a2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/srpm/vendor-rs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ case $id in
echo "fedora: vendoring packages"
mkdir -p ${vendor_dest}
cp -r /usr/share/cargo/registry/* ${vendor_dest}
find ${vendor_dest} -type d -exec touch {}/README.md \;
;;

ubuntu)
Expand Down

0 comments on commit f85a2f0

Please sign in to comment.