symlinks.req.files: do all symbolic links (will emit file-level dependencies for targets under RPM_BUILD_ROOT)
This commit is contained in:
parent
b2b7954938
commit
b2aec52d0e
@ -1,9 +1,7 @@
|
||||
#!/bin/sh -efu
|
||||
while IFS=$'\t' read -r f t; do
|
||||
case "$t" in
|
||||
*'symbolic link to `/'*)
|
||||
echo "$f"; continue ;;
|
||||
*'broken symbolic link to '*)
|
||||
echo "$f"; continue ;;
|
||||
*'symbolic link to '*)
|
||||
echo "$f" ;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user