From 0e309adb6921e108712ed53afceb791e516815d198b78e6953df946b010449de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Thu, 13 Apr 2017 14:11:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-fmgui?expand=0&rev=13 --- opa-fmgui.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opa-fmgui.spec b/opa-fmgui.spec index c41fb32..652ac13 100644 --- a/opa-fmgui.spec +++ b/opa-fmgui.spec @@ -73,7 +73,8 @@ script fmgui. %patch5 -p1 %build -(cd %{_tmppath}; unzip $RPM_SOURCE_DIR/gradle-3.5-bin.zip) +find / -name gradle-3.5-bin.zip +(cd %{_tmppath}; unzip $(find / -name gradle-3.5-bin.zip)) GRADLE_LIB_DIR=$RPM_SOURCE_DIR export GRADLE_LIB_DIR %{_tmppath}/gradle-3.5/bin/gradle copyDeps build --info