Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
025a911cfe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Pkg

+ 1
- 1
scripts/Build-Pkg

@ -900,7 +900,7 @@ EOT
echo "$file:" $( cd $root/var/adm/flists
grep -l " $file\$" * )
done < <( cat $root/var/adm/flists/* | sed "s,^$xpkg:,.," | \
sort -k1 | uniq -d -f1 | grep '^\. ' )
sort -k2 | uniq -d -f1 | grep '^\. ' )
fi
found_local=0

Loading…
Cancel
Save