jan Sat Jun 19 16:32:07 2004 EDT
Modified files:
/php-src/scripts phpize.in
Log:
- do it right (phpize path issue)
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.14&r2=1.15&ty=u
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.14 php-src/scripts/phpize.in:1.15
--- php-src/scripts/phpize.in:1.14 Sat Jun 19 15:39:56 2004
+++ php-src/scripts/phpize.in Sat Jun 19 16:32:07 2004
@@ -88,7 +88,7 @@
{
test -d build || mkdir build
- (cd "$phpdir" && cp $FILES_BUILD "$builddir/build")
+ (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
(cd "$phpdir" && cp $FILES "$builddir")
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php