[geeklog-cvs] tools: Don't need the PHP_Compat package any more

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 21 13:46:55 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/c8968b9f3449
changeset: 23:c8968b9f3449
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Feb 21 17:09:21 2009 +0100
description:
Don't need the PHP_Compat package any more

diffstat:

1 file changed, 2 insertions(+)
ship/mkdist.sh |    2 ++

diffs (12 lines):

diff -r a1a5eac24259 -r c8968b9f3449 ship/mkdist.sh
--- a/ship/mkdist.sh	Sun Feb 08 19:50:21 2009 +0100
+++ b/ship/mkdist.sh	Sat Feb 21 17:09:21 2009 +0100
@@ -42,6 +42,8 @@
 mv $repository $NEWVERSION
 
 cp -r -p ../pear-1.3/pear/* $NEWVERSION/system/pear/
+# remove PHP_Compat package
+rm -rf $NEWVERSION/system/pear/PHP
 
 cd $NEWVERSION
 



More information about the geeklog-cvs mailing list