Modify -g and -s to support running on multiple packages at once. Closes: #554404

This commit is contained in:
Joey Hess
2009-11-04 12:54:28 -05:00
parent dc38bbb9e1
commit 72bd91a7f4
2 changed files with 3 additions and 1 deletions

View File

@@ -513,7 +513,7 @@ foreach my $file (@ARGV) {
# Make sure $package does not wipe out the
# directory when it is destroyed.
$package->unpacked_tree('');
exit;
next;
}
my $newfile=$package->build;