summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in2
1 files changed, 1 insertions, 1 deletions
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")
}