Browse Source

Rene Rebe:

* 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
rocklinux
Rene Rebe 20 years ago
parent
commit
ac8b13002f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Emerge-Pkg

+ 1
- 1
scripts/Emerge-Pkg

@ -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!"

Loading…
Cancel
Save