mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e6503fb81a
PR: ports/16974 Submitted by: maintainer
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
--- 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
|