Skip to content

Commit

Permalink
Removed absolute path for hardlink to allow flexible usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sbluhm authored and cbosdo committed Feb 7, 2024
1 parent 419003c commit 0827f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Removed absolute path for "hardlink" to allow flexible usage.
2 changes: 1 addition & 1 deletion selinux/spacewalk-selinux/spacewalk-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install -p -m 644 %{modulename}.if \
%{buildroot}%{_datadir}/selinux/devel/include/%{moduletype}/%{modulename}.if

# Hardlink identical policy module packages together
/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
hardlink -cv %{buildroot}%{_datadir}/selinux

# Install spacewalk-selinux-enable which will be called in %posttrans
install -d %{buildroot}%{_sbindir}
Expand Down

0 comments on commit 0827f66

Please sign in to comment.