tweaks and notes
git-svn-id: http://emdebian.org/svn/current@7060 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
16a9a83137
commit
0ff757844d
1 changed files with 6 additions and 1 deletions
|
@ -444,7 +444,7 @@ sub force_unpack
|
|||
my $old = `pwd`;
|
||||
chomp ($old);
|
||||
chdir ("${dir}");
|
||||
printf (_g("Using directory %s for unpacking operations\n"), ${dir});
|
||||
printf (_g("Using directory %s for unpacking operations\n"), $dir);
|
||||
foreach $deb (sort @archives)
|
||||
{
|
||||
printf (_g("I: Extracting %s...\n"), $deb);
|
||||
|
@ -1125,4 +1125,9 @@ codename (etch, lenny, squeeze, sid) instead of the suite (oldstable,
|
|||
stable, testing, sid) for the C<suite> configuration item as the version
|
||||
of apt in Lenny and previous can only use the codename.
|
||||
|
||||
=head1 Recommends TOIMPLEMENT:
|
||||
|
||||
Default recommends OFF
|
||||
option to set it as on.
|
||||
|
||||
=cut
|
||||
|
|
Loading…
Reference in a new issue