mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.62
This commit is contained in:
@@ -145,7 +145,7 @@ sub scan {
|
|||||||
|
|
||||||
# Now get the scripts.
|
# Now get the scripts.
|
||||||
foreach my $script (keys %{scripttrans()}) {
|
foreach my $script (keys %{scripttrans()}) {
|
||||||
$this->$script($this->runpipe(1, "tar Oxzf $file install/${scripttrans()}{$script} 2>/dev/null"));
|
$this->$script(scalar $this->runpipe(1, "tar Oxzf $file install/${scripttrans()}{$script} 2>/dev/null"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (8.62) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix a bug in conffile script extraction from tgz files (caused by return
|
||||||
|
from runpipe not defaulting to a scalar).
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Thu, 2 Feb 2006 15:12:51 -0500
|
||||||
|
|
||||||
alien (8.61) unstable; urgency=low
|
alien (8.61) unstable; urgency=low
|
||||||
|
|
||||||
* Add em64t as another alias for amd64.
|
* Add em64t as another alias for amd64.
|
||||||
|
|||||||
Reference in New Issue
Block a user