diff options
Diffstat (limited to 'core/iproute2')
| -rw-r--r-- | core/iproute2/gen.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/iproute2/gen.rc b/core/iproute2/gen.rc index df9b26e5..77f88cea 100644 --- a/core/iproute2/gen.rc +++ b/core/iproute2/gen.rc @@ -44,7 +44,7 @@ man=(\ )\ ) for(man in man/man8/$man.8) file share/$man '$srcdir'/$man 644 for(man in ip-address ip-link ip-route) { - let expr 's,@SYSCONFDIR@,/etc,g' --\ - build '$outdir'/$man.8 sed '$srcdir'/man/man8/$man.8.in + build '$outdir'/$man.8 sed '$srcdir'/man/man8/$man.8.in ; with\ + expr s,@SYSCONFDIR@,/etc,g file share/man/man8/$man.8 '$outdir'/$man.8 644 } |
