Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: dereference symlinks on source copy
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 21, 2021
1 parent 27d5971 commit a0c25b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ pkg_extract() {
;;

*?*)
cp -Rf "$_res" .
cp -LRf "$_res" .
;;
esac
done < "$repo_dir/sources" || die "$1" "Failed to extract $_res"
Expand Down

0 comments on commit a0c25b2

Please sign in to comment.