mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
Check the run dependencies, not the build dependencies
Spotted by: steve Pointy hat: brian
This commit is contained in:
parent
12d7cc840f
commit
e5f8196af6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98072
@ -16,5 +16,5 @@ echo Checking for missing files
|
||||
sed 's,^\([^|]*\)|.*,All/\1.tgz,' INDEX | xargs ls -l >/dev/null
|
||||
|
||||
echo Checking for missing dependents
|
||||
awk -F'|' '{print $8}' INDEX | sed 's/ /\
|
||||
awk -F'|' '{print $9}' INDEX | sed 's/ /\
|
||||
/g' | sort -u | sed -e /^$/d -e 's/\(.*\)/All\/\1.tgz/' | xargs ls -l >/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user