source: other-projects/gli-rsyntax-textarea/INSTALL.sh@ 28275

Last change on this file since 28275 was 25684, checked in by davidb, 12 years ago

Improved reporting of what processing was undertaken, and other adjustments to make the scripts work on Cygwin under Windows

  • Property svn:executable set to *
File size: 337 bytes
Line 
1#!/bin/bash
2
3src_dir=src/dist
4
5if [ -d ../../gli/lib ] ; then
6 dst_dir=../../gli/lib
7else
8 # assume we are in an ext direction with the *gli* folder
9 dst_dir=../../lib
10fi
11
12echo "Installing $src_dir/rsyntaxtextarea.jar"
13echo " -> $dst_dir/rsyntaxtextarea.jar"
14
15/bin/cp "$src_dir/rsyntaxtextarea.jar" "$dst_dir/rsyntaxtextarea.jar"
16
17
18
19
Note: See TracBrowser for help on using the repository browser.