Revert rev 1.9, do not expand @INSTALL@, it's done in post-patch. (hi abs!)
This commit is contained in:
parent
180d40c4f7
commit
49085a6df6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ai,v 1.9 2004/10/29 13:48:31 abs Exp $
|
||||
$NetBSD: patch-ai,v 1.10 2004/11/15 19:13:41 salo Exp $
|
||||
|
||||
--- src/support/apxs.pl.orig 2004-10-29 14:44:35.000000000 +0100
|
||||
+++ src/support/apxs.pl
|
||||
|
@ -8,7 +8,7 @@ $NetBSD: patch-ai,v 1.9 2004/10/29 13:48:31 abs Exp $
|
|||
if ($opt_i) {
|
||||
- push(@cmds, "cp $f $CFG_LIBEXECDIR/$t");
|
||||
- push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
|
||||
+ push(@cmds, "/usr/bin/install -c -o root -g wheel $f $CFG_LIBEXECDIR/$t");
|
||||
+ push(@cmds, "@INSTALL@ $f $CFG_LIBEXECDIR/$t");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue