Skip to content

Commit

Permalink
Make custom-lib optional for RPM packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul committed Oct 26, 2023
1 parent df16fe2 commit 89f4506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rpm/hazelcast.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ rm -rf $RPM_BUILD_ROOT
%{__ln_s} %{_prefix}/lib/hazelcast/bin/hz-healthcheck %{buildroot}%{_bindir}/hz-healthcheck
%{__ln_s} %{_prefix}/lib/hazelcast/bin/hz-start %{buildroot}%{_bindir}/hz-start
%{__ln_s} %{_prefix}/lib/hazelcast/bin/hz-stop %{buildroot}%{_bindir}/hz-stop
# Fix for missing custom-lib
%{__mkdir} -p %{buildroot}%{_prefix}/lib/hazelcast/custom-lib

echo 'hazelcastDownloadId=rpm' > "%{buildroot}%{_prefix}/lib/hazelcast/lib/hazelcast-download.properties"

Expand Down

0 comments on commit 89f4506

Please sign in to comment.