Skip to content

Commit

Permalink
Remove empty custom-lib directory from RPM package (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
frant-hartm authored Nov 6, 2024
1 parent 456c0eb commit 738e4bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/rpm/hazelcast.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ 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 Expand Up @@ -89,7 +87,6 @@ printf "\n\nUse 'hz start' or 'systemctl start hazelcast' to start the Hazelcast
%endif
%{_prefix}/lib/hazelcast/NOTICE
%{_prefix}/lib/hazelcast/bin
%{_prefix}/lib/hazelcast/custom-lib
%{_prefix}/lib/hazelcast/lib
%{_prefix}/lib/hazelcast/licenses
%config(noreplace) %{_prefix}/lib/hazelcast/config/*.xml
Expand Down

0 comments on commit 738e4bd

Please sign in to comment.