Skip to content

Commit 4935d44

Browse files
committed
fix Solaris package install to depend on JRE 7
1 parent 57e2ee1 commit 4935d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/solaris/ips/create.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
#
22-
# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
22+
# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
2323
#
2424

2525

@@ -223,7 +223,7 @@ done
223223
PKG pkgsend add file dist/opengrok.1 mode=0444 owner=root group=bin path=/usr/opengrok/man/man1/opengrok.1
224224

225225
# install default configuration
226-
PKG pkgsend add depend fmri=pkg:/runtime/java type=require
226+
PKG pkgsend add depend fmri=pkg:/runtime/java/jre-7 type=require
227227
PKG pkgsend add depend fmri=pkg:/web/java-servlet/tomcat type=require
228228

229229
# Following line gets commented by that the developer/tool/exuberant-ctags has been removed from IPS

0 commit comments

Comments
 (0)