symlinks.req.files: do all symbolic links (will emit file-level dependencies for targets under RPM_BUILD_ROOT)

This commit is contained in:
Alexey Tourbin 2007-12-03 14:22:54 +03:00
parent b2b7954938
commit b2aec52d0e

View File

@ -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