Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
cd6153a0f1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      scripts/Build-Pkg
  2. +1
    -1
      scripts/Config

+ 1
- 1
scripts/Build-Pkg

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

+ 1
- 1
scripts/Config

@ -143,7 +143,7 @@ else
for (id in count)
printf "%7d %7Ld %10.3f %s\n", count[id], time[id], time[id]/count[id], id;
}
' < config.profile | sort -n +1 > config.profile.new
' < config.profile | sort -n -k1 > config.profile.new
mv config.profile.new config.profile
}
fi

Loading…
Cancel
Save