reference dependency package as well

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-02 17:19:30 +01:00
parent c779e16fe2
commit d5955bbb4d
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@
# Required packages for building ruby
for package in bzip2 gcc make; do
__package --state present
__package "$package" --state present
done