summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorJan Lehnardt <jan@php.net>2004-06-19 20:32:07 +0000
committerJan Lehnardt <jan@php.net>2004-06-19 20:32:07 +0000
commit536e7448f6f41bbbd8967d29c9e9756c42231aac (patch)
treebd94b85c3b1e9f344f0b1a9ec7981c3a3328f86f /scripts/phpize.in
parentf4f844af197b598525623b9be627882080428a29 (diff)
downloadphp-git-536e7448f6f41bbbd8967d29c9e9756c42231aac.tar.gz
- do it right (phpize path issue)
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")
}