Skip to content

Commit

Permalink
Merge pull request #98 from OSC/fix-packaging
Browse files Browse the repository at this point in the history
Fix packaging
  • Loading branch information
ericfranz authored Nov 23, 2020
2 parents aaf2df5 + 25e8201 commit c3818ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/ondemand-systemstatus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ EOS

%install
%__mkdir_p %{buildroot}%{gem_home}
%__mv ./gems-build/* %{buildroot}%{gem_home}/
if [ -d ./gems-build ]; then
%__mv ./gems-build/* %{buildroot}%{gem_home}/
fi

%__mkdir_p %{buildroot}%{_localstatedir}/www/ood/apps/sys/%{app_name}
%__cp -a ./. %{buildroot}%{_localstatedir}/www/ood/apps/sys/%{app_name}/
Expand Down

0 comments on commit c3818ea

Please sign in to comment.