Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-3.44.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
h2o-ops committed Oct 17, 2023
2 parents dcccd89 + 0a9196d commit eb30ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ JAR_MD5=`md5sum ../Rjar/h2o.jar | sed -r 's/(.{32}).*/\1/'`

rm -f h2o_${PROJECT_VERSION}.tar.gz
perl -pi -e "s/CURRENT_R_PACKAGE_MD5_CHECKSUM/${JAR_MD5}/" h2o/R/connection.R
R CMD BUILD h2o
R CMD build h2o
rm -fr h2o
cd ../..
echo $JAR_MD5 > target/Rjar/h2o.jar.md5
Expand Down

0 comments on commit eb30ecb

Please sign in to comment.