diff options
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 176d4a1c54..225c3d72a9 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
| @@ -64,7 +64,9 @@ do_install_append_pn-php-native() { | |||
| 64 | # fixme | 64 | # fixme |
| 65 | do_install_append_pn-php() { | 65 | do_install_append_pn-php() { |
| 66 | install -d ${D}/${sysconfdir}/ | 66 | install -d ${D}/${sysconfdir}/ |
| 67 | mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/ | 67 | if [ -d ${D}/${STAGING_DIR_NATIVE}/${sysconfdir} ];then |
| 68 | mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/ | ||
| 69 | fi | ||
| 68 | rm -rf ${D}/${TMPDIR} | 70 | rm -rf ${D}/${TMPDIR} |
| 69 | rm -rf ${D}/.registry | 71 | rm -rf ${D}/.registry |
| 70 | rm -rf ${D}/.channels | 72 | rm -rf ${D}/.channels |
