Accepting request 1205393 from Java:packages
Adapt scripts to the new javapackages-tools version OBS-URL: https://build.opensuse.org/request/show/1205393 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-fop?expand=0&rev=51
This commit is contained in:
commit
ff17f51619
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set default JAVA_HOME
|
||||
export JAVA_HOME="${JAVA_HOME:-%{?java_home}}"
|
||||
|
||||
# Source functions library
|
||||
if [ -f /usr/share/java-utils/java-functions ] ; then
|
||||
. /usr/share/java-utils/java-functions
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set default JAVA_HOME
|
||||
export JAVA_HOME="${JAVA_HOME:-%{?java_home}}"
|
||||
|
||||
# Source functions library
|
||||
if [ -f /usr/share/java-utils/java-functions ] ; then
|
||||
. /usr/share/java-utils/java-functions
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 10:53:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Adapt the scripts to the new javapackages-tools version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 13:22:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
# JPackage Project <http://www.jpackage.org/>
|
||||
# $Id$
|
||||
|
||||
# Set default JAVA_HOME
|
||||
export JAVA_HOME="${JAVA_HOME:-%{?java_home}}"
|
||||
|
||||
# Source functions library
|
||||
if [ -f /usr/share/java-utils/java-functions ] ; then
|
||||
. /usr/share/java-utils/java-functions
|
||||
|
Loading…
Reference in New Issue
Block a user