Check the run dependencies, not the build dependencies

Spotted by: steve
Pointy hat: brian
This commit is contained in:
Brian Somers 2002-06-10 00:46:29 +00:00
parent 12d7cc840f
commit e5f8196af6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98072

View File

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