Skip to content

Commit bd0ea79

Browse files
committed
chore(php): update PATH
1 parent 18c7c82 commit bd0ea79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stacks/php/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function build() {
88
echo "libpcre3-dev" > ${META_DIR}/dependencies
99
mkdir -p /opt/drycc/php/profile.d
1010
cat << EOF > /opt/drycc/php/profile.d/php.sh
11-
export PATH="/opt/drycc/php/bin:/opt/drycc/php/sbin:\$PATH"
11+
export PATH="/opt/drycc/php/bin:/opt/drycc/php/sbin:/opt/drycc/php/lib:\$PATH"
1212
export PHP_PEAR_PHP_BIN="/opt/drycc/php/bin/php"
1313
export PHP_PEAR_INSTALL_DIR="/opt/drycc/php/lib/php"
1414
export C_INCLUDE_PATH="/opt/drycc/php/include:\$C_INCLUDE_PATH"
@@ -29,4 +29,4 @@ EOF
2929
}
3030

3131
# call build stack
32-
build-stack "${1}"
32+
build-stack "${1}"

0 commit comments

Comments
 (0)