mirror of
https://abf.rosa.ru/djam/coreutils.git
synced 2025-02-24 01:32:50 +00:00
add who for backward compat with selinux
This commit is contained in:
parent
2cfef344c4
commit
8b22777e33
1 changed files with 4 additions and 0 deletions
|
@ -209,6 +209,10 @@ for f in cut env expr tac true; do
|
|||
ln -s /bin/$f %{buildroot}%{_bindir}/$f
|
||||
done
|
||||
|
||||
for f in who; do
|
||||
ln -s /usr/bin/$f %{buildroot}/bin/$f
|
||||
done
|
||||
|
||||
install -p -m644 src/dircolors.hin -D %{buildroot}%{_sysconfdir}/DIR_COLORS
|
||||
install -p -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/DIR_COLORS.256color
|
||||
install -p -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/profile.d/90_colorls.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue