[geeklog-cvs] tools: lib-custom.php was missing from the tarball (Thanks, Tim)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat May 9 15:40:36 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/25d9d43d9c0b
changeset: 34:25d9d43d9c0b
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat May 09 21:40:23 2009 +0200
description:
lib-custom.php was missing from the tarball (Thanks, Tim)

diffstat:

1 file changed, 3 insertions(+), 1 deletion(-)
ship/mkdist.sh |    4 +++-

diffs (14 lines):

diff -r d60e486139e8 -r 25d9d43d9c0b ship/mkdist.sh
--- a/ship/mkdist.sh	Sun Apr 19 12:22:27 2009 +0200
+++ b/ship/mkdist.sh	Sat May 09 21:40:23 2009 +0200
@@ -76,7 +76,9 @@
 
 mv db-config.php.dist db-config.php
 mv public_html/siteconfig.php.dist public_html/siteconfig.php
-rm -f system/lib-custom.php.dist
+
+# lib-custom.php.dist is the actual lib-custom.php file now ...
+mv system/lib-custom.php.dist system/lib-custom.php
 
 find . -type f -name '.*' -exec rm \{\} \;
 #find . -name CVS -exec rm -r \{\} \; 2>/dev/null



More information about the geeklog-cvs mailing list