Skip to content

Commit

Permalink
fixed a bug in util/build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Mar 8, 2011
1 parent d0217cb commit 5d13dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build.sh
Expand Up @@ -35,7 +35,7 @@ fi

cd nginx-$version/
if [[ "$BUILD_CLEAN" -eq 1 || ! -f Makefile || "$root/config" -nt Makefile || "$root/util/build.sh" -nt Makefile ]]; then
./configure --prefix=/opt/nginx \
./configure --prefix=$target \
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
Expand Down

0 comments on commit 5d13dd6

Please sign in to comment.