releasing version 8.51

This commit is contained in:
joey
2005-03-09 21:19:55 +00:00
parent dd009e920a
commit 86cdea2939
2 changed files with 8 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ sub unpack {
$this->do("chown", "$uid:$gid", "$workdir/$file")
|| die "failed chowning $file to $uid\:$gid\: $!";
}
next if -l "$workdir/$file"; # skip links
$this->do("chmod", sprintf("%lo", $mode), "$workdir/$file")
|| die "failed changing mode of $file to $mode\: $!";
}