diff --git a/alien.pl b/alien.pl index b78d9f9..a802166 100755 --- a/alien.pl +++ b/alien.pl @@ -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; diff --git a/debian/changelog b/debian/changelog index 36338fd..69ee239 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ alien (8.79) UNRELEASED; urgency=low * Typo. Closes: #554379 + * Modify -g and -s to support running on multiple packages at once. + Closes: #554404 -- Joey Hess Wed, 04 Nov 2009 12:08:39 -0500