* fixed Emerge-Pkg for the new Download syntax (no -package ...) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3384 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -254,7 +254,7 @@ echo "Packages scheduled to build: $deplist"
[ $update = 1 ] && options="$options -update"
for package in $deplist ; do
if ./scripts/Download -package $package ; then
if ./scripts/Download $package ; then
./scripts/Build-Pkg $options $package
else
echo "The download for package $package failed!"