]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
builder.sh: fix '%required_jdk' placeholder
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 21 Sep 2015 08:51:51 +0000 (10:51 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 21 Sep 2015 08:51:51 +0000 (10:51 +0200)
builder.sh

index 160c418d01ad03edc80587e3aecdab8e1cd8d17d..90e1b93eb434620b977749088bfd6c9938664dda 100755 (executable)
@@ -656,7 +656,7 @@ minirpm() {
 %remove_etc_shells(p) %{p:<lua>}
 %lua_add_etc_shells()  %{nil}
 %lua_remove_etc_shells() %{nil}
-%required_jdk %{nil}
+%required_jdk jdk
 %buildrequires_jdk %{nil}
 %pear_package_print_optionalpackages %{nil}
 EOF
This page took 0.035139 seconds and 4 git commands to generate.