makepkg: allow specifying --pkg multiple times
commit3f9cf8471f9c6faecba8e09deb97a8d042525307
authorDave Reisner <dreisner@archlinux.org>
Sun, 8 Apr 2012 17:26:41 +0000 (8 13:26 -0400)
committerDan McGee <dan@archlinux.org>
Tue, 24 Apr 2012 13:38:36 +0000 (24 08:38 -0500)
treef53931828fb4ecdbf383e5c2a590e1018403485e
parentd85c71865ee826041c85cd47189ea43b44ce52cc
makepkg: allow specifying --pkg multiple times

Make this option additive, so that the following two operations are
equivalent:

  makepkg --pkg foo --pkg bar
  makepkg --pkg foo,bar
doc/makepkg.8.txt
scripts/makepkg.sh.in