Skip to content

Commit

Permalink
build: Use rpm defined _sbindir for installed binaries.
Browse files Browse the repository at this point in the history
All binaries from applications used by root only should go to _sbindir
that is defined as rpm macro. /sbin is to be used for system level
utilities only.
  • Loading branch information
LaakkonenJussi committed Oct 17, 2018
1 parent b27a366 commit 96358f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rpm/policycoreutils.spec
Expand Up @@ -36,9 +36,6 @@
%define python3_sitelib /%{_libdir}/python3.?/site-packages
%endif

# tools expect several binaries to reside in /sbin. putting them there is easier until we symlink the whole /usr/sbin to /sbin
%define _sbindir /sbin

Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.8
Expand Down

0 comments on commit 96358f3

Please sign in to comment.