Skip to content

Commit

Permalink
(LP: #438619) /usr/local/bin/php5-fpm: not found
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcat4 authored and dreamcat four committed Sep 29, 2009
1 parent 57ed12e commit 7360f27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ac/fpm_conf.m4
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ AC_DEFUN([AC_FPM_VARS],
exec_prefix=$fpm_prefix
fi
if test `echo "$bindir" | grep "exec_prefix"` ; then
bindir=$exec_prefix/bin
fi
fpm_bin_prefix=$fpm_prefix/bin
if test $bindir != "NONE" -a $bindir != "" -a $bindir != "no" ; then
fpm_bin_prefix=$bindir
Expand Down
4 changes: 4 additions & 0 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ AC_DEFUN([AC_FPM_PATHS],
exec_prefix=$fpm_prefix
fi
if test `echo "$bindir" | grep "exec_prefix"` ; then
bindir=$exec_prefix/bin
fi
fpm_bin_prefix=$fpm_prefix/bin
if test $bindir != "NONE" -a $bindir != "" -a $bindir != "no" ; then
fpm_bin_prefix=$bindir
Expand Down
4 changes: 4 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -20560,6 +20560,10 @@ fi;
exec_prefix=$fpm_prefix
fi

if test `echo "$bindir" | grep "exec_prefix"` ; then
bindir=$exec_prefix/bin
fi

fpm_bin_prefix=$fpm_prefix/bin
if test $bindir != "NONE" -a $bindir != "" -a $bindir != "no" ; then
fpm_bin_prefix=$bindir
Expand Down

0 comments on commit 7360f27

Please sign in to comment.