We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e2ee1 commit 4935d44Copy full SHA for 4935d44
platform/solaris/ips/create.sh
@@ -19,7 +19,7 @@
19
#
20
21
22
-# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
23
24
25
@@ -223,7 +223,7 @@ done
223
PKG pkgsend add file dist/opengrok.1 mode=0444 owner=root group=bin path=/usr/opengrok/man/man1/opengrok.1
224
225
# install default configuration
226
-PKG pkgsend add depend fmri=pkg:/runtime/java type=require
+PKG pkgsend add depend fmri=pkg:/runtime/java/jre-7 type=require
227
PKG pkgsend add depend fmri=pkg:/web/java-servlet/tomcat type=require
228
229
# Following line gets commented by that the developer/tool/exuberant-ctags has been removed from IPS
0 commit comments