blob: 12fc013b93a6d65543b175f4dd5df97d0ce414d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/support/apxs.pl.orig Thu Dec 16 10:10:30 1999
+++ src/support/apxs.pl Sun Feb 20 17:33:18 2000
@@ -424,8 +424,7 @@
my $t = $f;
$t =~ s|^.+/([^/]+)$|$1|;
if ($opt_i) {
- push(@cmds, "cp $f $CFG_LIBEXECDIR/$t");
- push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
+ push(@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t");
}
# determine module symbolname and filename
|