Commit a6c2b375 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

build.sh fix

parent b6234e6d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -82,9 +82,6 @@ unzip $basex_zip
rm -rf $basex_zip
mv basex $RELEASE_DIR

#dl and copy saxon & fop jars in basex lib dir
echo 'dl and copy saxon & fop jars in basex lib dir'
cd $DIRECTORY
curl --silent -k -O $SAXON_HE_URL
curl --silent -k -O $FOP_URL
mv Saxon-HE-10.8.jar $RELEASE_DIR/basex/lib/custom/
@@ -96,6 +93,7 @@ echo 'create symlink to max web app in basex webapp'
cd $RELEASE_DIR/basex/webapp
ln -s ../../max max

cd $DIRECTORY


# generate Makefile from dev one