diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-06-23 20:52:56 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:00 -0300 |
commit | 7f0b8674e81b51a7fa2a5d94f9b46f353b5ce8ca (patch) | |
tree | 5ee8fa54a5670f214e1c9c48ef40cb65c22c841e /network/nginx/fix_perl_man_path.patch | |
parent | faf8a35f7c7e9773b6fec2d5487fe1ff03b7cbcc (diff) | |
download | slackbuilds-7f0b8674e81b51a7fa2a5d94f9b46f353b5ce8ca.tar.gz |
network/nginx: Updated for version 1.0.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/nginx/fix_perl_man_path.patch')
-rw-r--r-- | network/nginx/fix_perl_man_path.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/nginx/fix_perl_man_path.patch b/network/nginx/fix_perl_man_path.patch deleted file mode 100644 index 437f3953a6..0000000000 --- a/network/nginx/fix_perl_man_path.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur nginx-0.8.53.orig//auto/lib/perl/conf nginx-0.8.53//auto/lib/perl/conf ---- nginx-0.8.53.orig//auto/lib/perl/conf 2006-12-24 12:23:11.000000000 -0600 -+++ nginx-0.8.53//auto/lib/perl/conf 2010-12-11 17:01:03.152535901 -0600 -@@ -47,7 +47,7 @@ - if test -n "$NGX_PERL_MODULES"; then - have=NGX_PERL_MODULES value="(u_char *) \"$NGX_PERL_MODULES\"" - . auto/define -- NGX_PERL_MODULES_MAN=$NGX_PERL_MODULES/man3 -+ NGX_PERL_MODULES_MAN=/usr/man/man3 - fi - - else |