makepkg: fix inconsistent output when checking dependencies
commit1b93a116e73050d2a037843647b961432b2a0dc8
authorAndres P <aepd87@gmail.com>
Thu, 17 Jun 2010 12:44:51 +0000 (17 08:14 -0430)
committerAllan McRae <allan@archlinux.org>
Sun, 20 Jun 2010 15:04:57 +0000 (21 01:04 +1000)
treecde88683b976cbb135d872d34eec601b5c4a9270
parent70418e48f6c0033a1bf942fec0bbc001d3d0d8f5
makepkg: fix inconsistent output when checking dependencies

Instead of writing:
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Installing missing dependencies...

Just make it homogeneous:
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...

Signed-off-by: Andres P <aepd87@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
scripts/makepkg.sh.in