Skip to content

Commit

Permalink
Link back to the PR & issue rear#3064 from code
Browse files Browse the repository at this point in the history
  • Loading branch information
pcahyna committed Nov 13, 2023
1 parent 733cd44 commit 4434da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/share/rear/build/GNU/Linux/100_copy_as_is.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ while read -r copy_as_is_file ; do
# but do not skip symbolic links. Their targets will be copied later by build/default/490_fix_broken_links.sh.
# We thus need library dependencies for symlinked executables just like for normal executables
# and build/default/490_fix_broken_links.sh does not perform library dependency scan.
# See GitHub PR https://github.com/rear/rear/pull/3073
# and issue https://github.com/rear/rear/issues/3064 for details.
test -f "$copy_as_is_file" || continue
# Remember actual regular files that are executable:
test -x "$copy_as_is_file" && copy_as_is_executables+=( "$copy_as_is_file" )
Expand Down

0 comments on commit 4434da6

Please sign in to comment.