From b49c56f67fc34faa18325371fefd02a41c70e17d Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 17 Apr 2008 00:17:57 +0000 Subject: [PATCH] commented out data files copy in install.pl git-svn-id: svn://192.168.202.10@839 3d104415-ff17-0410-8863-d5cf3c621b8a --- install.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.pl b/install.pl index 7941b287..103a6c01 100644 --- a/install.pl +++ b/install.pl @@ -2132,8 +2132,8 @@ if ($WEBONLY < 1) `chmod 0755 $PATHhome/*`; print "Copying extras files to $PATHhome ...\n"; - `cp -f ./extras/GMT_USA_zip.txt $PATHhome/`; - `cp -f ./extras/phone_codes_GMT.txt $PATHhome/`; +# `cp -f ./extras/GMT_USA_zip.txt $PATHhome/`; +# `cp -f ./extras/phone_codes_GMT.txt $PATHhome/`; `cp -f ./extras/MySQL_AST_CREATE_tables.sql $PATHhome/`; print "Copying agi-bin scripts to $PATHagi ...\n";