diff --git a/files/bfg.sh b/files/bfg.sh --- a/files/bfg.sh +++ b/files/bfg.sh @@ -1,3 +1,7 @@ #!/bin/sh -java -jar /usr/share/bfg/bfg.jar $@ \ No newline at end of file +if [ -z "$JAVA_HOME" ]; then + export JAVA_HOME=/usr/lib64/openjdk-8 +fi + +exec $JAVA_HOME/bin/java -jar /usr/share/bfg/bfg.jar $@ diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : bfg-repo-cleaner version : 1.13.0 -release : 2 +release : 3 source : - https://github.com/rtyley/bfg-repo-cleaner/archive/v1.13.0.tar.gz : 367885e9f8170904511c9864dbb6fa3b84736e6a3f8337b71ba20f87d00be74e license : GPL-3.0 @@ -15,6 +15,7 @@ - openjdk-8 networking : yes build : | + export JAVA_HOME=/usr/lib64/openjdk-8 sbt -Dsbt.global.base=./.sbt/ -Dsbt.ivy.home=./.ivy2/ -Divy.home=./.ivy2/ bfg/assembly install : |- install -Dm 00755 $pkgfiles/bfg.sh $installdir/usr/bin/bfg diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,15 +2,15 @@ bfg-repo-cleaner - Bryan T. Meyers - bmeyers@datadrake.com + Campbell Jones + dev@serebit.com GPL-3.0 programming.tools Removes large or troublesome blobs like git-filter-branch does, but faster Removes large or troublesome blobs like git-filter-branch does, but faster - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus bfg-repo-cleaner @@ -24,12 +24,12 @@ - - 2018-08-21 + + 2020-06-06 1.13.0 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Campbell Jones + dev@serebit.com \ No newline at end of file