From 0bf7fb8126029484a0bc043b01bb50c510e9334b Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 14 Aug 2006 18:20:15 +0000 Subject: [PATCH] moved install.pl to root trunk directory git-svn-id: svn://192.168.202.10@167 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/INSTALL | 6 +++++- agc_2-X/trunk/{bin => }/install.pl | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename agc_2-X/trunk/{bin => }/install.pl (100%) diff --git a/agc_2-X/trunk/INSTALL b/agc_2-X/trunk/INSTALL index 45336653..13154a80 100644 --- a/agc_2-X/trunk/INSTALL +++ b/agc_2-X/trunk/INSTALL @@ -1,3 +1,7 @@ ################ INSTALL -Short installation instructions for astGUIclient 2.0 tree will go here +Short installation instructions for astGUIclient 2.0 tree will go here. + +run the install.pl script from this directory: +perl install.pl + diff --git a/agc_2-X/trunk/bin/install.pl b/agc_2-X/trunk/install.pl similarity index 100% rename from agc_2-X/trunk/bin/install.pl rename to agc_2-X/trunk/install.pl