Changeset 38727


Ignore:
Timestamp:
2024-02-08T18:37:46+13:00 (3 months ago)
Author:
davidb
Message:

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???

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/pdf-box/trunk/INSTALL.sh

    r38722 r38727  
    44    mkdir -v perllib
    55fi
     6rsync -pav java/perllib/* perllib/.
    67
    7 rsync -pav java/perllib/* perllib/.
     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/.
    817
    918rsync -pav java/setup.bash .
    1019rsync -pav java/setup.bat .
     20rsync -pav java/pdf-box-setup.pl .
    1121
    1222
Note: See TracChangeset for help on using the changeset viewer.