fix permissions of da.

This commit is contained in:
hjp 2008-03-20 21:13:04 +00:00
parent 2c2e366cf3
commit b32e22fd99
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +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);
}
$self->SUPER::ACTION_install;
}