1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-12-26 05:55:24 +00:00

fix: build against the correct directory

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 21:02:04 -04:00
parent 6381244e26
commit 25fb7889a5

View File

@ -84,7 +84,7 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then
suppress ./configure \ suppress ./configure \
--with-cpu-opt=generic \ --with-cpu-opt=generic \
--prefix="$BUILD_DIR/nginx" \ --prefix="$BUILD_DIR/nginx" \
--with-pcre=../pcre-${PCRE_VERSION} \ --with-pcre=../pcre2-${PCRE_VERSION} \
--sbin-path=. \ --sbin-path=. \
--pid-path=./nginx.pid \ --pid-path=./nginx.pid \
--conf-path=./nginx.conf \ --conf-path=./nginx.conf \