From: Jan Lehnardt Date: Sat, 19 Jun 2004 20:32:07 +0000 (+0000) Subject: - do it right (phpize path issue) X-Git-Tag: php-5.0.0~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=536e7448f6f41bbbd8967d29c9e9756c42231aac;p=php - do it right (phpize path issue) --- diff --git a/scripts/phpize.in b/scripts/phpize.in index 5af8761dbb..bf972ac78d 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -88,7 +88,7 @@ phpize_copy_files() { test -d build || mkdir build - (cd "$phpdir" && cp $FILES_BUILD "$builddir/build") + (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build) (cd "$phpdir" && cp $FILES "$builddir") }