Skip to content

Commit

Permalink
Use correct macro for VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jul 22, 2019
1 parent fef40b4 commit a252b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/ondemand.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ EOS
scl enable ondemand - << \EOS
rake install PREFIX=%{buildroot}/opt/ood
%__rm %{buildroot}/opt/ood/apps/*/log/production.log
echo "%{package_version}" > %{buildroot}/opt/ood/VERSION
echo "%{git_tag}" > %{buildroot}/opt/ood/VERSION
%__mkdir_p %{buildroot}%{_localstatedir}/www/ood/public
%__mkdir_p %{buildroot}%{_localstatedir}/www/ood/discover
%__mkdir_p %{buildroot}%{_localstatedir}/www/ood/register
Expand Down

0 comments on commit a252b9b

Please sign in to comment.