We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93aad82 commit 17d28b6Copy full SHA for 17d28b6
meta-oe/recipes-devtools/php/php_8.0.12.bb
@@ -259,7 +259,7 @@ do_install:append:class-native() {
259
create_wrapper ${D}${bindir}/php \
260
PHP_PEAR_SYSCONF_DIR=${sysconfdir}/
261
262
- if [ "$MACHINE_ARCH" == "x86" || "$MACHINE_ARCH" == "x86-64" ]; then
+ if [ "$MACHINE_ARCH" == "x86" ] || [ "$MACHINE_ARCH" == "x86-64" ]; then
263
install -m 0755 ${WORKDIR}/build/ext/opcache/minilua ${D}${bindir}/
264
fi
265
}
0 commit comments