aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'packdrake.pm')
-rw-r--r--packdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/packdrake.pm b/packdrake.pm
index bdad288..0897131 100644
--- a/packdrake.pm
+++ b/packdrake.pm
@@ -363,7 +363,7 @@ sub extract_archive {
my $newfile = "$dir/$file";
- print "extracting $file\n";
+ print STDERR "extracting $file\n";
for ($packer->{data}{$file}[0]) {
/l/ && do { symlink_ $packer->{data}{$file}[1], $newfile; last; };
/d/ && do { mkdir_ $newfile; last; };