Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
96fbc1f94d
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      scripts/Build-Pkg

+ 6
- 0
scripts/Build-Pkg

@ -475,8 +475,14 @@ if [ $this_is_the_2nd_run = 0 ] ; then
fi
echo
x="$root/var/adm/cache/$xpkg"
if [ -f "$x" ]; then
grep -e"\[DEP-[0-9]\]" "$x"
fi
x="$root/var/adm/dependencies/$xpkg"
if [ "$pkg" != "rock-debug" -a -f $x ]; then
cut -f2- -d' ' "$x" | \
fmt -70 | sed "s,^,[DEP-$stagelevel] ,"
cut -f2- -d' ' "$x" | \
fmt -70 | sed 's,^,[DEP] ,'
echo

Loading…
Cancel
Save