really fix permissions of da

This commit is contained in:
hjp 2008-03-21 21:39:32 +00:00
parent 3fa026c805
commit 26afacf9d0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ sub ACTION_install {
close $in or die "cannot close $script: $!";
close $out or die "cannot close $script.$$: $!";
rename "$script.$$", $script or die "cannot rename $script.$$ to $script: $!";
chmod(555, $script);
chmod(0555, $script);
}
$self->SUPER::ACTION_install;
}