SHA256
1
0
forked from pool/opa-fmgui
Josef Möllers 2017-04-13 14:13:55 +00:00 committed by Git OBS Bridge
parent 0e309adb69
commit 6f6f7db04c

View File

@ -73,8 +73,8 @@ script fmgui.
%patch5 -p1
%build
find / -name gradle-3.5-bin.zip
(cd %{_tmppath}; unzip $(find / -name gradle-3.5-bin.zip))
find / -name gradle-3.5-bin.zip 2>/dev/null
(cd %{_tmppath}; unzip $(find / -name gradle-3.5-bin.zip 2>/dev/null))
GRADLE_LIB_DIR=$RPM_SOURCE_DIR
export GRADLE_LIB_DIR
%{_tmppath}/gradle-3.5/bin/gradle copyDeps build --info