source: gs2-extensions/pdf-box/trunk/INSTALL.sh

Last change on this file was 38727, checked in by davidb, 3 months ago

build needs to be added in also, to keep things exactly the same as before. Although one might question why we need it at all???

  • Property svn:executable set to *
File size: 359 bytes
Line 
1#!/bin/bash
2
3if [ ! -d perllib ] ; then
4 mkdir -v perllib
5fi
6rsync -pav java/perllib/* perllib/.
7
8if [ ! -d lib ] ; then
9 mkdir -v lib
10fi
11rsync -pav java/lib/* lib/.
12
13if [ ! -d build ] ; then
14 mkdir -v build
15fi
16rsync -pav java/build/* build/.
17
18rsync -pav java/setup.bash .
19rsync -pav java/setup.bat .
20rsync -pav java/pdf-box-setup.pl .
21
22
Note: See TracBrowser for help on using the repository browser.