Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
56c4b37fe4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      scripts/Build-Pkg

+ 5
- 0
scripts/Build-Pkg

@ -434,6 +434,11 @@ if [ $this_is_the_2nd_run = 0 ] ; then
echo
fi
cat $root/var/adm/flists/$xpkg{,:*} 2> /dev/null | \
sed -r '\,(bin/[^/]+|lib/lib[^/]+\.(so|a))$, { s,.*/,,; p; };d' | \
sort -u | fmt -w65 | sed 's,^,[PROVIDES] ,'
echo
for stagelevel in 0 1 2 3 4 5 6 7 8 9 ; do
x="$root/var/adm/logs/$stagelevel-$xpkg.err"
if [ -f "$x" ] ; then

Loading…
Cancel
Save