diff options
| author | Jan Lehnardt <jan@php.net> | 2004-06-19 20:32:07 +0000 | 
|---|---|---|
| committer | Jan Lehnardt <jan@php.net> | 2004-06-19 20:32:07 +0000 | 
| commit | 536e7448f6f41bbbd8967d29c9e9756c42231aac (patch) | |
| tree | bd94b85c3b1e9f344f0b1a9ec7981c3a3328f86f | |
| parent | f4f844af197b598525623b9be627882080428a29 (diff) | |
| download | php-git-536e7448f6f41bbbd8967d29c9e9756c42231aac.tar.gz | |
- do it right (phpize path issue)
| -rw-r--r-- | scripts/phpize.in | 2 | 
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")  }  | 
