source: gs3-extensions/selfcontained-ant/trunk/PREPARE-LINUX.sh@ 36413

Last change on this file since 36413 was 36413, checked in by davidb, 20 months ago

Files to help prepare and setup Apache ant for gReenstone3

  • Property svn:executable set to *
File size: 237 bytes
Line 
1#!/bin/bash
2
3version=1.9.16
4
5tar xvzf apache-ant-${version}-bin.tar.gz \
6 && mv apache-ant-${version} apache-ant
7
8if [ $? = 0 ] ; then
9 echo "Untarred Apache Ant $version and renamed the directory to:"
10 echo " apache-ant"
11fi
12
13
Note: See TracBrowser for help on using the repository browser.