Browse Source

fixed Emerge-Pkg to be able to process multiple packages at once

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1549 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
0dc2e380f8
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      scripts/Emerge-Pkg

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -8,6 +8,7 @@
- Clifford Wolf: mine hotfix
- Kasza Karoly: fixed usbutils url and scripts/Download to create the download
directory early
- fixed Emerge-Pkg to be able to process multiple packages at once
*) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 1
scripts/Emerge-Pkg

@ -214,7 +214,7 @@ if [ $builddep = 1 ] ; then
rm $tmp
check4update
else
deplist=$1
deplist="$@"
fi
echo "Packages scheduled to build: $deplist"

Loading…
Cancel
Save